FAnimNode_ControlRigBase::NeedsOnInitializeAnimInstance

For nodes that need some kind of initialization that is not dependent on node relevancy (i.e. it is insufficent or inefficent to use Initialize_AnyThread), return true here.

Windows
MacOS
Linux

Override Hierarchy

FAnimNode_Base::NeedsOnInitializeAnimInstance()

FAnimNode_ControlRigBase::NeedsOnInitializeAnimInstance()

References

Module

ControlRig

Header

/Engine/Plugins/Experimental/ControlRig/Source/ControlRig/Public/AnimNode_ControlRigBase.h

Include

#include "AnimNode_ControlRigBase.h"

Syntax

virtual bool NeedsOnInitializeAnimInstance() const

Remarks

For nodes that need some kind of initialization that is not dependent on node relevancy (i.e. it is insufficent or inefficent to use Initialize_AnyThread), return true here.

that this is called at load on the UAnimInstance CDO to avoid needing to call this at runtime.

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