Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimNode_SequencePlayerBase
Description
Called to evaluate local-space bones transforms according to the weights set up in Update(). You should implement either Evaluate or EvaluateComponentSpace, but not both of these. This can be called on any thread.
Virtual Inheritance
- FAnimNode_Base::Evaluate_AnyThread → FAnimNode_SequencePlayerBase::Evaluate_AnyThread
| Name | Evaluate_AnyThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_SequencePlayer.h |
| Include Path | #include "Animation/AnimNode_SequencePlayer.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNode_SequencePlayer.cpp |
virtual void Evaluate_AnyThread
(
FPoseContext & Output
)
Parameters
| Name | Remarks |
|---|---|
| Output | Output structure to write pose or curve data to. Also provides access to relevant data as a context. |