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 |
void CopyBindings
(
const FGuid FromStructID,
const FGuid ToStructID
)
Remarks
Copies property bindings from an existing struct to another. Overrides a binding to a specific property if it already exists in ToStructID.
Parameters
| Name | Description |
|---|---|
| FromStructID | ID of the struct to copy from. |
| ToStructID | ID of the struct to copy to. |