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