Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils > API/Plugins/PropertyBindingUtils/FPropertyBindingBindingCollectio-
Description
Adds binding between source and destination paths. Removes any bindings to InTargetPath before adding the new one.
| Name | AddBinding |
| 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 AddBinding
(
const FPropertyBindingPath & InSourcePath,
const FPropertyBindingPath & InTargetPath
)
Parameters
| Name | Remarks |
|---|---|
| InSourcePath | Binding source property path. |
| InTargetPath | Binding target property path. |