UE5_Study/README.md

56 lines
1.2 KiB
Markdown
Raw Normal View History

2023-08-27 08:46:08 -07:00
# UE5_Study
A project repo for Unreal dedicated to studying various aspects of it.
Modules to get covered (in no particular order):
2023-08-27 08:46:08 -07:00
2023-08-27 13:52:12 -07:00
* [Unreal Build Tool](docs/Build%20&%20Automation%20System/UBT.md)
2023-11-28 19:38:48 -08:00
* [Automation Tool](docs/Build%20&%20Automation%20System/AutomationTool.md)
* [Build Graph](docs/Build%20&%20Automation%20System/BuildGraph.md)
* Modules
2023-08-27 08:46:08 -07:00
* Blueprints
* VM
* Node Graph
2023-08-27 08:59:23 -07:00
* Collision & Physics
* Execution
* Main Loop
* Render Thread
* Task Graph
2023-08-27 08:46:08 -07:00
* Gameplay Framework
* GameInstance
* UWorld & LevelScriptActors
* GameMode
* GameState
* PlayerController
* PlayerState
* Input
* System
* UPlayer
* Metaprogramming
* Unreal Header Tool
* RTTI (UClass, and everything else related)
* Networking
* Net Driver
* Replication Graph
* Iris
* Rendering
* RHI
* Materials
* Slate
* UMG
* VFX
* Niagara
* *Not doing cascade*
* UObject & Derived classes
* UObject & UObject Base
* Actor
* Pawn
* Character
* Client-Side prediction for movement
* Components
* ActorComponent
* SceneComponent
* etc
*As I start to get this filled in I'll have a readme for each item in this bulleted list that will be linked.*