Navigation
Unreal Engine C++ API Reference > Runtime > CoreUObject > UObject > UFunction
- UObject::PostLoad()
- UField::PostLoad()
- UStruct::PostLoad()
- UFunction::PostLoad()
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
Include | #include "UObject/Class.h" |
Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
virtual void PostLoad&40;&41;
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.