Navigation
API > API/Runtime > API/Runtime/AnimGraphRuntime > API/Runtime/AnimGraphRuntime/AnimNodes > API/Runtime/AnimGraphRuntime/AnimNodes/FAnimNode_AimOffsetLookAt
- FAnimNode_Base::NeedsOnInitializeAnimInstance()
- FAnimNode_AimOffsetLookAt::NeedsOnInitializeAnimInstance()
References
| Module | AnimGraphRuntime |
| Header | /Engine/Source/Runtime/AnimGraphRuntime/Public/AnimNodes/AnimNode_AimOffsetLookAt.h |
| Include | #include "AnimNodes/AnimNode_AimOffsetLookAt.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.