Navigation
API > API/Plugins > API/Plugins/IKRig > API/Plugins/IKRig/AnimNodes > API/Plugins/IKRig/AnimNodes/FAnimNode_IKRig
- FAnimNode_Base::Evaluate_AnyThread()
- FAnimNode_IKRig::Evaluate_AnyThread()
References
Module | IKRig |
Header | /Engine/Plugins/Animation/IKRig/Source/IKRig/Public/AnimNodes/AnimNode_IKRig.h |
Include | #include "AnimNodes/AnimNode_IKRig.h" |
Source | /Engine/Plugins/Animation/IKRig/Source/IKRig/Private/AnimNodes/AnimNode_IKRig.cpp |
virtual void Evaluate_AnyThread
(
FPoseContext & Output
)
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.