Navigation
API > API/Plugins > API/Plugins/StateTreeModule
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyBindings.h |
| Include | #include "StateTreePropertyBindings.h" |
Syntax
USTRUCT ()
struct FStateTreePropertyIndirection
Remarks
Used internally. Property indirection is a resolved property path segment, used for accessing properties in structs.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStateTreeIndex16 | ArrayIndex | Index in the array the property points at. | |
| const FArrayProperty * | ArrayProperty | Cached array property. | |
| TObjectPtr< const UStruct > | InstanceStruct | Type of the struct or object instance in case the segment is pointing into an instanced data. | |
| FStateTreeIndex16 | NextIndex | Cached offset of the property | |
| uint16 | Offset | Cached offset of the property | |
| EStateTreePropertyAccessType | Type | Type of access/indirection. |