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