UBTAuxiliaryNode::GetNextNeededDeltaTime

Get The next needed deltatime for this node

Choose your operating system:

Windows

macOS

Linux

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

Syntax

float GetNextNeededDeltaTime
(
    UBehaviorTreeComponent & OwnerComp,
    uint8 * NodeMemory
) const

Remarks

Get The next needed deltatime for this node

Returns

The next needed DeltaTime

Parameters

Parameter

Description

OwnerComp

The behavior tree owner of this node

NodeMemory

The instance memory of the current node