FBTNodeIndexRange

Windows
MacOS
Linux

References

Module

AIModule

Header

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

Include

#include "BehaviorTree/BehaviorTreeTypes.h"

Syntax

struct FBTNodeIndexRange

Variables

Name Description

Public variable

FBTNodeIndex

 

FromIndex

First node index

Public variable

FBTNodeIndex

 

ToIndex

Last node index

Constructors

Name Description

Public function

FBTNodeIndexRange

(
    const FBTNodeIndex& From,
    const FBTNodeIndex& To
)

Functions

Name Description

Public function Const

bool

 

Contains

(
    const FBTNodeIndex& Index
)

Public function Const

FString

 

Describe()

Public function Const

bool

 

IsSet()

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FBTNodeIndexRange& Other
)

Public function Const

bool

 

operator==

(
    const FBTNodeIndexRange& 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