Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/WorldPartition > API/Runtime/Engine/WorldPartition/ContentBundle > API/Runtime/Engine/WorldPartition/ContentBundle/UContentBundleDescriptor
- UObject::PostLoad()
- UContentBundleDescriptor::PostLoad()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/WorldPartition/ContentBundle/ContentBundleDescriptor.h |
| Include | #include "WorldPartition/ContentBundle/ContentBundleDescriptor.h" |
| Source | /Engine/Source/Runtime/Engine/Private/WorldPartition/ContentBundle/ContentBundleDescriptor.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.