Navigation
Unreal Engine C++ API Reference > Runtime > AnimGraphRuntime > AnimNodes > FAnimNode_RandomPlayer
- FAnimNode_Base::Evaluate_AnyThread()
- FAnimNode_RandomPlayer::Evaluate_AnyThread()
References
Module | AnimGraphRuntime |
Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_RandomPlayer.h |
Include | #include "AnimNodes/AnimNode_RandomPlayer.h" |
Source | /Engine/Source/Runtime/AnimGraphRuntime/Private/AnimNodes/AnimNode_RandomPlayer.cpp |
virtual void Evaluate_AnyThread
&40;
FPoseContext & Output
&41;
Remarks
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.
Parameters
Name | Description |
---|---|
Output | Output structure to write pose or curve data to. Also provides access to relevant data as a context. |