UE5_Study/docs/journey.md
Ed_ 95641ae944 Started to document the build tool.
next steps:
- Lookup `BuildConfiguration` and see if it should have a breakdown
- For the "Parse and build targets" prioritize local builds or now and ignore the remote builds sections since its only for mac.
- Figure out what `DirectoryReference` is and what `QueueProjectDirectory` does from `FileMetadataPrefetch`.
- Quickly skim `SourceFileWorkingSet` and breakdown the `Build` function of `BuildMode`
2023-08-27 16:45:54 -04:00

8 lines
160 B
Markdown

# Journey
Starting with the build system and main engine loop.
[Build System](Build%20&%20Automation%20System/UBT.md)
[Main Engine Loop](Launch/mainloop.md)