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 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 | |
|---|---|---|---|
| FStateTreeIndex16 | BindingsBegin | Index to first binding/copy. | |
| FStateTreeIndex16 | BindingsEnd | Index to one past the last binding/copy. | |
| FStateTreeIndex16 | PropertyFunctionsBegin | Index to first property function. | |
| FStateTreeIndex16 | PropertyFunctionsEnd | Index to one past the last property function. | |
| FStateTreeBindableStructDesc | TargetStruct | Expected target struct |