![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| FBTNodeIndex FBTNodeIndexRange::FromIndex |
first node index
| FBTNodeIndex FBTNodeIndexRange::ToIndex |
last node index