Navigation
API > API/Editor > API/Editor/ContentBrowser
Struct to define a custom column for the asset view
| Name | FAssetViewCustomColumn |
| Type | struct |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h |
| Include Path | #include "ContentBrowserDelegates.h" |
Syntax
struct FAssetViewCustomColumn
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| ContentBrowserDelegates.h | |||
FAssetViewCustomColumn
(
FName InColumnName, |
ContentBrowserDelegates.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ColumnName | FName | Internal name of the column | ContentBrowserDelegates.h | |
| DataType | UObject::FAssetRegistryTag::ETagType | Type of column, used for sorting | ContentBrowserDelegates.h | |
| DisplayName | FText | Display name of the column | ContentBrowserDelegates.h | |
| OnGetColumnData | FOnGetCustomAssetColumnData | Delegate to get String value for this column, used for sorting and internal use | ContentBrowserDelegates.h | |
| OnGetColumnDisplayText | FOnGetCustomAssetColumnDisplayText | Delegate to get Text value for this column, used to actually display | ContentBrowserDelegates.h | |
| TooltipText | FText | Tooltip for the column | ContentBrowserDelegates.h |