Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > UObject
- UObject::PostLoad()
- UClass::PostLoad()
- UClassCookedMetaData::PostLoad()
- UEnumCookedMetaData::PostLoad()
- UField::PostLoad()
- UClass::PostLoad()
- UFunction::PostLoad()
- UStruct::PostLoad()
- UClass::PostLoad()
- UFunction::PostLoad()
- UFunction::PostLoad()
- UStruct::PostLoad()
- UClass::PostLoad()
- UFunction::PostLoad()
- UStructCookedMetaData::PostLoad()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
Include | #include "UObject/Object.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp |
virtual void PostLoad()
Remarks
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.