Navigation
API > API/Plugins > API/Plugins/StateTreeModule
Deprecated * Deprecated struct. Please use FStateTreePropertyCopy instead.
References
| Module | StateTreeModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeModule/Public/StateTreePropertyBindings.h |
| Include | #include "StateTreePropertyBindings.h" |
Syntax
USTRUCT&40;&41;
struct FStateTreePropertyCopyBatch
Remarks
Describes a batch of property copies from many sources to one target struct. Note: The batch is used to reference both bindings and copies (a binding turns into copy when resolved).
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | BindingsBegin | Index to first binding/copy. | |
| uint16 | BindingsEnd | Index to one past the last binding/copy. | |
| FStateTreeBindableStructDesc | TargetStruct | Expected target struct |