Navigation
Unreal Engine C++ API Reference > Editor > ContentBrowserData
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
Type | Name | Description |
---|---|---|
UObject::FAsset... | AttributeType | The kind of data represented by this attribute value |
bool | bIsImportant | True if this attribute value is considered "important" in the UI |
uint32 | DisplayFlags | Flags giving hints at how to display this attribute value in the UI (see ETagDisplay) |
FText | DisplayName | Resolved display name of the associated attribute |
FText | Suffix | Optional suffix to apply to values of the associated attribute in the UI |
FText | TooltipText | Optional tooltip of the associated attribute |
Constructors
Type | Name | Description |
---|---|---|
FContentBrowserItemDataAttributeMetaData () | Constructor. | |
FContentBrowserItemDataAttributeMetaData ( const FContentBrowserItemDataAttrib... ) | Copy support. | |
FContentBrowserItemDataAttributeMetaData ( FContentBrowserItemDataAttributeMet... ) | Move support. |
Operators
Type | Name | Description |
---|---|---|
FContentBrow... | operator= ( const FContentBrowserItemDataAttrib... ) | |
FContentBrow... | operator= ( FContentBrowserItemDataAttributeMet... ) |