Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/BoneControllers > API/Runtime/AnimGraphRuntime/BoneControllers/FAnimNode_ApplyLimits
- FAnimNode_Base::NeedsOnInitializeAnimInstance()
- FAnimNode_ApplyLimits::NeedsOnInitializeAnimInstance()
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/BoneControllers/AnimNode_ApplyLimits.h |
| Include | #include "BoneControllers/AnimNode_ApplyLimits.h" |
virtual bool NeedsOnInitializeAnimInstance&40;&41; const
Remarks
For nodes that need some kind of initialization that is not dependent on node relevancy (i.e. it is insufficient or inefficient to use Initialize_AnyThread), return true here. Note that this is called at load on the UAnimInstance CDO to avoid needing to call this at runtime.