Navigation
API > API/Runtime > API/Runtime/TypedElementFramework > API/Runtime/TypedElementFramework/IUiProvider
| |
|
| Name |
EPurposeType |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/TypedElementFramework/Public/Elements/Interfaces/TypedElementDataStorageUiInterface.h |
| Include Path |
#include "Elements/Interfaces/TypedElementDataStorageUiInterface.h" |
Syntax
enum EPurposeType
{
Generic,
UniqueByName,
UniqueByNameAndColumn,
}
Values
| Name |
Remarks |
| Generic |
General purpose name which allows multiple factory registrations. |
| UniqueByName |
Only one factory can be registered with this purpose. |
| UniqueByNameAndColumn |
Only one factory can be registered with this purpose for a specific combination of columns. |