Navigation
Unreal Engine C++ API Reference > Plugins > ZoneGraph > UZoneShapeComponent
- UObject::PostLoad()
- UActorComponent::PostLoad()
- USceneComponent::PostLoad()
- UPrimitiveComponent::PostLoad()
- UZoneShapeComponent::PostLoad()
References
Module | ZoneGraph |
Header | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Public/ZoneShapeComponent.h |
Include | #include "ZoneShapeComponent.h" |
Source | /Engine/Plugins/Runtime/ZoneGraph/Source/ZoneGraph/Private/ZoneShapeComponent.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.