UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FBTNodeIndexRange Struct Reference

#include <BehaviorTreeTypes.h>

Public Member Functions

 FBTNodeIndexRange (const FBTNodeIndex &From, const FBTNodeIndex &To)
 
bool IsSet () const
 
bool operator== (const FBTNodeIndexRange &Other) const
 
bool operator!= (const FBTNodeIndexRange &Other) const
 
bool Contains (const FBTNodeIndex &Index) const
 
FString Describe () const
 

Public Attributes

FBTNodeIndex FromIndex
 
FBTNodeIndex ToIndex
 

Constructor & Destructor Documentation

◆ FBTNodeIndexRange()

FBTNodeIndexRange::FBTNodeIndexRange ( const FBTNodeIndex From,
const FBTNodeIndex To 
)
inline

Member Function Documentation

◆ Contains()

bool FBTNodeIndexRange::Contains ( const FBTNodeIndex Index) const
inline

◆ Describe()

FString FBTNodeIndexRange::Describe ( ) const
inline

◆ IsSet()

bool FBTNodeIndexRange::IsSet ( ) const
inline

◆ operator!=()

bool FBTNodeIndexRange::operator!= ( const FBTNodeIndexRange Other) const
inline

◆ operator==()

bool FBTNodeIndexRange::operator== ( const FBTNodeIndexRange Other) const
inline

Member Data Documentation

◆ FromIndex

FBTNodeIndex FBTNodeIndexRange::FromIndex

first node index

◆ ToIndex

FBTNodeIndex FBTNodeIndexRange::ToIndex

last node index


The documentation for this struct was generated from the following file: