UBTAuxiliaryNode::GetNextNeededDeltaTime

Get The next needed deltatime for this node

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss