Navigation
API > API/Editor > API/Editor/ContentBrowserData
Enum denoting the types of values that an item attribute can store
| Name | EContentBrowserItemDataAttributeValueType |
| Type | enum |
| Header File | /Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h |
| Include Path | #include "ContentBrowserItemData.h" |
Syntax
enum EContentBrowserItemDataAttributeValueType
{
None,
String,
Name,
Text,
}