Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/IUiProvider
| |
|
| Name |
EMatchApproach |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageUiInterface.h |
| Include Path |
#include "Elements/Interfaces/TypedElementDataStorageUiInterface.h" |
Syntax
enum EMatchApproach
{
LongestMatch,
ExactMatch,
SingleMatch,
}
Values
| Name |
Remarks |
| LongestMatch |
Looks for the longest chain of columns matching widget factories. |
| ExactMatch |
A single widget factory is reduced which matches the requested columns exactly. |
| SingleMatch |
Each column is matched to widget factory. Only widget factories that use a single column are used. |