Navigation
API > API/Plugins > API/Plugins/StateTreeEditorModule > API/Plugins/StateTreeEditorModule/FStateTreeEditorPropertyBindings
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 |
FStateTreePropertyPath AddFunctionPropertyBinding
(
const UScriptStruct * PropertyFunctionNodeStruct,
TConstArrayView< FStateTreePropertyPathSegment > SourcePathSegments,
const FStateTreePropertyPath & TargetPath
)
Remarks
Adds binding between PropertyFunction of the provided type and destination path. Constructed binding source property path.
Parameters
| Name | Description |
|---|---|
| PropertyFunctionNodeStruct | Struct of PropertyFunction. |
| SourcePathSegments | Binding source property path segments. |
| TargetPath | Binding target property path. |