Navigation
API > API/Plugins > API/Plugins/PropertyBindingUtils > API/Plugins/PropertyBindingUtils/FPropertyBindingBindingCollectio-
Enum describing what is required for a binding path to be considered a match for a binding
| Name | ESearchMode |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/PropertyBindingUtils/Source/PropertyBindingUtils/Public/PropertyBindingBindingCollection.h |
| Include Path | #include "PropertyBindingBindingCollection.h" |
Syntax
enum ESearchMode
{
Exact,
Includes,
}
Values
| Name | Remarks |
|---|---|
| Exact | Binding with exact matching path |
| Includes | Binding with path that matches but the binding path can be longer |