Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UField
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.
Virtual Inheritance
- UObject::PostLoad → UField::PostLoad
Derived Overrides
| Name | PostLoad |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
virtual void PostLoad()