Choose your operating system:
Windows
macOS
Linux
Module |
|
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
(
UBehaviorTreeComponent & OwnerComp,
uint8 * NodeMemory
) const
Get The next needed deltatime for this node
The next needed DeltaTime
Parameter |
Description |
---|---|
OwnerComp |
The behavior tree owner of this node |
NodeMemory |
The instance memory of the current node |