Navigation
API > API/Plugins > API/Plugins/MassAIBehavior
References
| Module | MassAIBehavior |
| Header | /Engine/Plugins/AI/MassAI/Source/MassAIBehavior/Public/MassStateTreeTypes.h |
| Include | #include "MassStateTreeTypes.h" |
Syntax
struct FMassStateTreeInstanceHandle
Remarks
A handle pointing to a StateTree instance data in UMassStateTreeSubsystem.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Generation | ||
| int32 | Index |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FMassStateTreeInstanceHandle
(
const int32 InIndex, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | |||
| int32 | GetIndex () |
||
| bool | IsValid () |
||
| FMassStateTreeInstanceHandle | Make
(
const int32 InIndex, |
Initializes new handle based on an index |