FBTNodeIndex

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "BehaviorTree/BehaviorTreeTypes.h"

Syntax

struct FBTNodeIndex

Variables

Name Description

Public variable

uint16

 

ExecutionIndex

Execution index within instance

Public variable

uint16

 

InstanceIndex

Index of instance of stack

Constructors

Name Description

Public function

FBTNodeIndex()

Public function

FBTNodeIndex

(
    uint16 InInstanceIndex,
    uint16 InExecutionIndex
)

Functions

Name Description

Public function Const

FString

 

Describe()

Public function Const

bool

 

IsSet()

Public function Const

bool

 

TakesPriorityOver

(
    const FBTNodeIndex& Other
)

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FBTNodeIndex& Other
)

Public function Const

bool

 

operator==

(
    const FBTNodeIndex& Other
)

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