Navigation
API > API/Plugins > API/Plugins/TedsAssetData
| |
|
| Name |
FItemAttributeMetadata |
| Type |
struct |
| Header File |
/Engine/Plugins/Experimental/EditorDataStorageFeatures/Source/TedsAssetData/Public/TedsAssetDataStructs.h |
| Include Path |
#include "TedsAssetDataStructs.h" |
Syntax
struct FItemAttributeMetadata
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| DisplayFlags |
uint32 |
Flags giving hints at how to display this tag value in the UI (see ETagDisplay) |
TedsAssetDataStructs.h |
|
| DisplayName |
FText |
Resolved display name of the associated tag |
TedsAssetDataStructs.h |
|
| ImportantValue |
FString |
Optional value which denotes which values should be considered "important" in the UI |
TedsAssetDataStructs.h |
|
| Suffix |
FText |
Optional suffix to apply to values of the tag attribute in the UI |
TedsAssetDataStructs.h |
|
| TagType |
UObject::FAssetRegistryTag::ETagType |
The kind of data represented by this tag value |
TedsAssetDataStructs.h |
|
| TooltipText |
FText |
Optional tooltip of the associated tag |
TedsAssetDataStructs.h |
|