Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils > API/Plugins/PropertyBindingUtils/FPropertyBindingBindingCollectio-
Description
Iterates through all bindings and calls the provided function on each mutable binding.
For read access only, consider using ForEachBinding
To be able to break iteration, use VisitBindings or VisitMutableBindings
| Name | ForEachMutableBinding |
| Type | function |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingBindingCollection.h |
| Include Path | #include "PropertyBindingBindingCollection.h" |
virtual void ForEachMutableBinding
(
TFunctionRef < void &Binding )> InFunction
)
Parameters
| Name | Remarks |
|---|---|
| InFunction | Function to call on each binding. |
See Also
-
ForEachBinding
-
VisitBindings
-
VisitMutableBindings