Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/UObject > API/Runtime/CoreUObject/UObject/UObject/FAssetRegistryTag
References
Module | CoreUObject |
Header | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
Include | #include "UObject/Object.h" |
Syntax
enum ETagType
&123;
TT_Hidden,
TT_Alphabetical,
TT_Numerical,
TT_Dimensional,
TT_Chronological,
&125;
Values
Name | Description |
---|---|
TT_Hidden | This tag should not be shown in the UI |
TT_Alphabetical | This tag should be shown, and sorted alphabetically in the UI |
TT_Numerical | This tag should be shown, and is a number |
TT_Dimensional | This tag should be shown, and is an "x" delimited list of dimensions |
TT_Chronological | This tag should be shown, and is a timestamp formatted via FDateTime::ToString |
Remarks
Enum specifying the type of this tag