Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FStateTreeEditorPropertyBindings
Description
Adds an output binding between source and target path. Output Binding will copy value from target to source
| Name | AddOutputBinding |
| Type | function |
| Header File | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeEditorPropertyBindings.h |
| Include Path | #include "StateTreeEditorPropertyBindings.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeEditorPropertyBindings.cpp |
const FStateTreePropertyPathBinding * AddOutputBinding
(
const FPropertyBindingPath & InSourcePath,
const FPropertyBindingPath & InTargetPath
)
Constructed Binding.
Parameters
| Name | Remarks |
|---|---|
| InSourcePath | Binding source property path segments. |
| InTargetPath | Binding target property path. |