Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Inheritance Hierarchy
- FStateTreeExternalDataHandle
- TStateTreeExternalDataHandle
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreeExecutionTypes.h |
| Include | #include "StateTreeExecutionTypes.h" |
Syntax
USTRUCT ()
struct FStateTreeExternalDataHandle
Remarks
Handle to access an external struct or object. Note: Use the templated version below.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStateTreeDataHandle | DataHandle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS | |||
FStateTreeExternalDataHandle
(
const FStateTreeExternalDataHandle& Other |
|||
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsValid () |
||
| bool | IsValidIndex
(
const int32 Index |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FStateTreeExternalDataHandle & | operator=
(
FStateTreeExternalDataHandle const& Other |
||
| FStateTreeExternalDataHandle & | operator=
(
FStateTreeExternalDataHandle&& Other |
Constants
| Name | Description |
|---|---|
| Invalid |
Deprecated Variables
| Type | Name | Description | |
|---|---|---|---|
| FStateTreeIndex16 | DataViewIndex_DEPRECATED |