FAnimNode_CopyPoseFromMesh::HasPreUpdate

Override this to indicate that [PreUpdate()](API\Runtime\AnimGraphRuntime\AnimNodes\FAnimNode_CopyPoseFromMesh\PreUpdate) should be called on the game thread (usually to gather non-thread safe data) before [Update()](API\Runtime\Engine\Animation\FAnimNode_Base\Update) is called.

Windows
MacOS
Linux

Override Hierarchy

FAnimNode_Base::HasPreUpdate()

FAnimNode_CopyPoseFromMesh::HasPreUpdate()

References

Module

AnimGraphRuntime

Header

/Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_CopyPoseFromMesh.h

Include

#include "AnimNodes/AnimNode_CopyPoseFromMesh.h"

Syntax

virtual bool HasPreUpdate() const

Remarks

Override this to indicate that PreUpdate() should be called on the game thread (usually to gather non-thread safe data) before Update() is called. Note that this is called at load on the UAnimInstance CDO to avoid needing to call this at runtime. This is called on the game thread.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss