FAssetViewCustomColumn

Struct to define a custom column for the asset view

Unreal Engine C++ API Reference > Editor > ContentBrowser

References

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

Syntax

struct FAssetViewCustomColumn  

Remarks

Struct to define a custom column for the asset view

Variables

Type Name Description
FName ColumnName Internal name of the column
UObject::FAsset... DataType Type of column, used for sorting
FText DisplayName Display name of the column
FOnGetCustomAss... OnGetColumnData Delegate to get String value for this column, used for sorting and internal use
FOnGetCustomAss... OnGetColumnDisplayText Delegate to get Text value for this column, used to actually display
FText TooltipText Tooltip for the column

Constructors

Type Name Description
  FAssetViewCustomColumn ()  
  FAssetViewCustomColumn ( FName InColumnName, const FText& InDisplayName, const FText& InTooltipText, UObject::FAssetRegistryTag::ETagTyp..., const FOnGetCustomAssetColumnData&..., const FOnGetCustomAssetColumnDispla... )  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library