Core
Classes and types
Game Framework Objects
- Detailed list here (WizardCell)
- Another more detailed list here (JPL)
- More details on UObject, UClass, CDO and UBlueprint (See also UBlueprint)
Object
ClassPrivate
Is theUClass
of the object instance. The thing you get back when you callGetClass()
.- If a object was loaded from “a loader” (
FAsyncPackage
orLoadPackageInternal
) it will have theRF_WasLoaded
flag. This can be very useful to use on actors to know if they got loaded from disk or spawned at runtime. - UObject Construction & Post Initalization
- UObject virtuals details
- Reflection System
Actors
- Actor lifecycle
- Extra details in
Actor.h
file