Navigation
API > API/Plugins > API/Plugins/MassActors > API/Plugins/MassActors/UMassAgentComponent
- UObject::PostLoad()
- UActorComponent::PostLoad()
- UMassAgentComponent::PostLoad()
References
| Module | MassActors |
| Header | /Engine/Plugins/Runtime/MassGameplay/Source/MassActors/Public/MassAgentComponent.h |
| Include | #include "MassAgentComponent.h" |
| Source | /Engine/Plugins/Runtime/MassGameplay/Source/MassActors/Private/MassAgentComponent.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.