FAssetViewCustomColumn

Struct to define a custom column for the asset view

Windows
MacOS
Linux

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

Name Description

Public variable

FName

 

ColumnName

Internal name of the column

Public variable

UObject::FAsset...

 

DataType

Type of column, used for sorting

Public variable

FText

 

DisplayName

Display name of the column

Public variable

FOnGetCustomAss...

 

OnGetColumnData

Delegate to get String value for this column, used for sorting and internal use

Public variable

FOnGetCustomAss...

 

OnGetColumnDisplayText

Delegate to get Text value for this column, used to actually display

Public variable

FText

 

TooltipText

Tooltip for the column

Constructors

Name Description

Public function

FAssetViewCustomColumn()

Public function

FAssetViewCustomColumn

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

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