Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FStateTreePropertyBindingCompile-
References
| Module | StateTreeEditorModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreePropertyBindingCompiler.h |
| Include | #include "StateTreePropertyBindingCompiler.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreePropertyBindingCompiler.cpp |
bool Init
(
FStateTreePropertyBindings & InPropertyBindings,
FStateTreeCompilerLog & InLog
)
Remarks
Initializes the compiler to compile copies to specified Property Bindings. true on success.
Parameters
| Name | Description |
|---|---|
| PropertyBindings | Reference to the Property Bindings where all the batches will be stored. |