Navigation
API > API/Plugins > API/Plugins/RigLogicModule > API/Plugins/RigLogicModule/FAnimNode_RigLogic
- FAnimNode_Base::Initialize_AnyThread()
- FAnimNode_RigLogic::Initialize_AnyThread()
References
| Module | RigLogicModule |
| Header | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Public/AnimNode_RigLogic.h |
| Include | #include "AnimNode_RigLogic.h" |
| Source | /Engine/Plugins/Animation/RigLogic/Source/RigLogicModule/Private/AnimNode_RigLogic.cpp |
virtual void Initialize_AnyThread
&40;
const FAnimationInitializeContext & Context
&41;
Remarks
Called when the node first runs. If the node is inside a state machine or cached pose branch then this can be called multiple times. This can be called on any thread.
Parameters
| Name | Description |
|---|---|
| Context | Context structure providing access to relevant data |