Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FStateTreeEditorPropertyBindings > API/Plugins/StateTreeEditorModule/FStateTreeEditorPropertyBindings/AddPropertyBindi-
References
| Module | StateTreeEditorModule |
| Header | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Public/StateTreeEditorPropertyBindings.h |
| Include | #include "StateTreeEditorPropertyBindings.h" |
| Source | /Engine/Plugins/Runtime/StateTree/Source/StateTreeEditorModule/Private/StateTreeEditorPropertyBindings.cpp |
void AddPropertyBinding
(
const FStateTreePropertyPath & SourcePath,
const FStateTreePropertyPath & TargetPath
)
Remarks
Adds binding between source and destination paths. Removes any bindings to TargetPath before adding the new one.
Parameters
| Name | Description |
|---|---|
| SourcePath | Binding source property path. |
| TargetPath | Binding target property path. |