Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils > API/Plugins/PropertyBindingUtils/FPropertyBindingBindingCollectio-
Description
Copies property bindings from an existing struct to another. Overrides a binding to a specific property if it already exists in InToStructID.
| Name | CopyBindings |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingBindingCollection.h |
| Include Path | #include "PropertyBindingBindingCollection.h" |
| Source | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Private/PropertyBindingBindingCollection.cpp |
void CopyBindings
(
const FGuid InFromStructID,
const FGuid InToStructID
)
Parameters
| Name | Remarks |
|---|---|
| InFromStructID | ID of the struct to copy from. |
| InToStructID | ID of the struct to copy to. |