Core
Classes and types
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.
Actors
- Actor lifecycle
- Extra details in
Actor.h
file
Game Framework Objects
Detailed list here