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 FStateTreePropertyAccess
Remarks
Describes access to referenced property.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FStateTreeDataHandle | SourceDataHandle | Describes how to get the source data pointer. | |
| FStateTreePropertyIndirection | SourceIndirection | Source property access. | |
| const FProperty * | SourceLeafProperty | Cached pointer to the leaf property of the access. | |
| TObjectPtr< const UStruct > | SourceStructType | Type of the source data, used for validation. |