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&40;&41;
struct FStateTreePropertyCopy
Remarks
Used internally. Describes property copy, the property from source is copied into the property at the target. Copy target struct is described in the property copy batch.
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | CopySize | Cached property element size * dim. | |
| FStateTreePropertyIndirection | SourceIndirection | Source property access. | |
| const FProperty * | SourceLeafProperty | Cached pointer to the leaf property of the access. | |
| FStateTreeIndex16 | SourceStructIndex | Index to the struct the source path refers to, sources are stored in FStateTreePropertyBindings. | |
| FStateTreePropertyIndirection | TargetIndirection | Target property access. | |
| const FProperty * | TargetLeafProperty | Cached pointer to the leaf property of the access. | |
| EStateTreePropertyCopyType | Type | Type of the copy |