FContentBrowserItemDataAttributeMetaData

Type describing the meta-data associated with an item attribute value.

Windows
MacOS
Linux

References

Module

ContentBrowserData

Header

/Engine/Source/Editor/ContentBrowserData/Public/ContentBrowserItemData.h

Include

#include "ContentBrowserItemData.h"

Syntax

class FContentBrowserItemDataAttributeMetaData

Remarks

Type describing the meta-data associated with an item attribute value. This provides additional context and information that can be used to interpret and display the value.

Variables

Name Description

Public variable

UObject::FAsset...

 

AttributeType

The kind of data represented by this attribute value

Public variable

bool

 

bIsImportant

True if this attribute value is considered "important" in the UI

Public variable

uint32

 

DisplayFlags

Flags giving hints at how to display this attribute value in the UI (see ETagDisplay)

Public variable

FText

 

DisplayName

Resolved display name of the associated attribute

Public variable

FText

 

Suffix

Optional suffix to apply to values of the associated attribute in the UI

Public variable

FText

 

TooltipText

Optional tooltip of the associated attribute

Constructors

Operators

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss