Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/AnimNodes > API/Runtime/AnimGraphRuntime/AnimNodes/FAnimNode_RotateRootBone
- FAnimNode_Base::Initialize_AnyThread()
- FAnimNode_RotateRootBone::Initialize_AnyThread()
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_RotateRootBone.h |
| Include | #include "AnimNodes/AnimNode_RotateRootBone.h" |
| Source | /Engine/Source/Runtime/AnimGraphRuntime/Private/AnimNodes/AnimNode_RotateRootBone.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 |