Navigation
API > API/Editor > API/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::FAssetRegistryTag::ETagType | DataType | Type of column, used for sorting | |
| FText | DisplayName | Display name of the column | |
| FOnGetCustomAssetColumnData | OnGetColumnData | Delegate to get String value for this column, used for sorting and internal use | |
| FOnGetCustomAssetColumnDisplayText | OnGetColumnDisplayText | Delegate to get Text value for this column, used to actually display | |
| FText | TooltipText | Tooltip for the column |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FAssetViewCustomColumn
(
FName InColumnName, |