FBTPendingExecutionInfo

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "BehaviorTree/BehaviorTreeComponent.h"

Syntax

struct FBTPendingExecutionInfo

Variables

Name Description

Public variable

uint32: 1

 

bLocked

If set, request can't be executed

Public variable

uint32: 1

 

bOutOfNodes

If set, tree ran out of nodes

Public variable

UBTTaskNode ...

 

NextTask

Next task to execute

Constructors

Name Description

Public function

FBTPendingExecutionInfo()

Functions

Name Description

Public function Const

bool

 

IsLocked()

Public function Const

bool

 

IsSet()

Public function

void

 

Lock()

Public function

void

 

Unlock()

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