FAnimNode_AssetPlayerBase::Update_AnyThread

Update the node, marked final so we can always handle blendweight caching.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FAnimNode_Base::Update_AnyThread()

FAnimNode_AssetPlayerBase::Update_AnyThread()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Animation/AnimNode_AssetPlayerBase.h

Include

#include "Animation/AnimNode_AssetPlayerBase.h"

Source

/Engine/Source/Runtime/Engine/Private/Animation/AnimNode_AssetPlayerBase.cpp

Syntax

virtual void Update_AnyThread
(
    const FAnimationUpdateContext & Context
)

Remarks

Update the node, marked final so we can always handle blendweight caching. Derived classes should implement UpdateAssetPlayer