Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAnimNode_LinkedInputPose
Description
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.
Virtual Inheritance
- FAnimNode_Base::Update_AnyThread → FAnimNode_LinkedInputPose::Update_AnyThread
| Name | Update_AnyThread |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_LinkedInputPose.h |
| Include Path | #include "Animation/AnimNode_LinkedInputPose.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Animation/AnimNode_LinkedInputPose.cpp |
virtual void Update_AnyThread
(
const FAnimationUpdateContext & Context
)
Parameters
| Name | Remarks |
|---|---|
| Context | Context structure providing access to relevant data |