Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils > API/Plugins/PropertyBindingUtils/FPropertyBindingBindingCollectio-
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveBindings
(
TFunctionRef< bool(FPropertyBindingBinding&)> InPredicate |
Removes all bindings that match the predicate | PropertyBindingBindingCollection.h | |
void RemoveBindings
(
const FPropertyBindingPath& InTargetPath, |
Removes all bindings to target path. | PropertyBindingBindingCollection.h |
RemoveBindings(TFunctionRef< bool(FPropertyBindingBinding &)>)
Description
Removes all bindings that match the predicate
| Name | RemoveBindings |
| 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 RemoveBindings
(
TFunctionRef < bool &)> InPredicate
)
Parameters
| Name | Remarks |
|---|---|
| InPredicate | Predicate to validate the binding |
RemoveBindings(const FPropertyBindingPath &, ESearchMode)
Description
Removes all bindings to target path.
| Name | RemoveBindings |
| 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 RemoveBindings
(
const FPropertyBindingPath & InTargetPath,
ESearchMode InSearchMode
)
Parameters
| Name | Remarks |
|---|---|
| InTargetPath | Target property path. |
| InSearchMode | Requirement for InTargetPath to be considered a match for a binding |