Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Animation > API/Runtime/Engine/Animation/FAnimNode_DeadBlending
- FAnimNode_Base::Initialize_AnyThread()
- FAnimNode_DeadBlending::Initialize_AnyThread()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_DeadBlending.h |
| Include | #include "Animation/AnimNode_DeadBlending.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNode_DeadBlending.cpp |
virtual void Initialize_AnyThread
(
const FAnimationInitializeContext & Context
)
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 |