FTagDisplayItem

Data for a cached display tag for this item (used in the tooltip, and also as the display string in column views)

Unreal Engine C++ API Reference > Editor > ContentBrowser > SAssetViewItem

References

   
Module ContentBrowser
Header /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h
Include #include "AssetViewWidgets.h"

Syntax

struct FTagDisplayItem  

Remarks

Data for a cached display tag for this item (used in the tooltip, and also as the display string in column views)

Variables

Type Name Description
bool bImportant  
FText DisplayKey  
FText DisplayValue  
FName TagKey  

Constructors

Type Name Description
  FTagDisplayItem ( FName InTagKey, FText InDisplayKey, FText InDisplayValue, const bool InImportant )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library