Choose your operating system:
Windows
macOS
Linux
| FAnimNode_Base::Evaluate_AnyThread()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_Root.h |
Include |
#include "Animation/AnimNode_Root.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_Root.cpp |
virtual void Evaluate_AnyThread
(
FPoseContext & Output
)
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.
Parameter |
Description |
---|---|
Output |
Output structure to write pose or curve data to. Also provides access to relevant data as a context. |