Navigation
API > API/Runtime > API/Runtime/AIModule > API/Runtime/AIModule/BehaviorTree > API/Runtime/AIModule/BehaviorTree/UBTAuxiliaryNode
References
| Module | AIModule |
| Header | /Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTAuxiliaryNode.h |
| Include | #include "BehaviorTree/BTAuxiliaryNode.h" |
| Source | /Engine/Source/Runtime/AIModule/Private/BehaviorTree/BTAuxiliaryNode.cpp |
float GetNextNeededDeltaTime
&40;
UBehaviorTreeComponent & OwnerComp,
uint8 &42; NodeMemory
&41; const
Remarks
Get The next needed deltatime for this node The next needed DeltaTime
Parameters
| Name | Description |
|---|---|
| OwnerComp | The behavior tree owner of this node |
| NodeMemory | The instance memory of the current node |