Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FStateTreePropertyBindingCompile-
Description
Adds source struct. When compiling a batch, the bindings can be between any of the defined source structs, and the target struct. Source structs can be added between calls to Compilebatch().
| Name | AddSourceStruct |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreePropertyBindingCompiler.h |
| Include Path | #include "StateTreePropertyBindingCompiler.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreePropertyBindingCompiler.cpp |
int32 AddSourceStruct
(
const FStateTreeBindableStructDesc & SourceStruct
)
Source struct index.
Parameters
| Name | Remarks |
|---|---|
| SourceStruct | Description of the source struct to add. |