UBTTaskNode::WrappedTickTask

Wrapper for node instancing: TickTask

Windows
MacOS
Linux

References

Module

AIModule

Header

/Engine/Source/Runtime/AIModule/Classes/BehaviorTree/BTTaskNode.h

Include

#include "BehaviorTree/BTTaskNode.h"

Source

/Engine/Source/Runtime/AIModule/Private/BehaviorTree/BTTaskNode.cpp

Syntax

bool WrappedTickTask
(
    UBehaviorTreeComponent & OwnerComp,
    uint8 * NodeMemory,
    float DeltaSeconds,
    float & NextNeededDeltaTime
) const

Remarks

Wrapper for node instancing: TickTask

Returns

True if it actually done some processing or false if it was skipped because of not ticking or in between time interval

Parameters

Parameter

Description

OwnerComp

The behavior tree owner of this node

NodeMemory

The instance memory of the current node

DeltaSeconds

DeltaTime since last call

NextNeededDeltaTime

In out parameter, if this node needs a smaller DeltaTime it is his responsibility to change it

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