FAnimNode_Root::Update_AnyThread

Called to update the state of the graph relative to this node.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FAnimNode_Base::Update_AnyThread()

FAnimNode_Root::Update_AnyThread()

References

Module

Engine

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

Syntax

virtual void Update_AnyThread
(
    const FAnimationUpdateContext & Context
)

Remarks

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.

Parameters

Parameter

Description

Context

Context structure providing access to relevant data