Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Do any object-specific cleanup required immediately after loading an object. This is not called for newly-created objects, and by default will always execute on the game thread.
Derived Overrides
- UClass::PostLoad
- UClassCookedMetaData::PostLoad
- UEnumCookedMetaData::PostLoad
- UField::PostLoad
- UFunction::PostLoad
- UStruct::PostLoad
- UStructCookedMetaData::PostLoad
- UUserDefinedStruct::PostLoad
| Name | PostLoad |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp |
virtual void PostLoad()