Choose your operating system:
Windows
macOS
Linux
| FAnimNode_Base::Update_AnyThread()
|
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_StateMachine.h |
Include |
#include "Animation/AnimNode_StateMachine.h" |
Source |
/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_StateMachine.cpp |
virtual void Update_AnyThread
(
const FAnimationUpdateContext & Context
)
Called to update the state of the graph relative to this node. Generally this should configure any weights (etc.) that could affect the poses that will need to be evaluated. This function is what usually executes EvaluateGraphExposedInputs. This can be called on any thread.
Parameter |
Description |
---|---|
Context |
Context structure providing access to relevant data |