Navigation
API > API/Editor > API/Editor/ContentBrowser
An item in the asset column view
| |
|
| Name |
SAssetColumnItem |
| Type |
class |
| Header File |
/Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h |
| Include Path |
#include "AssetViewWidgets.h" |
Syntax
class SAssetColumnItem : public SAssetViewItem
Inheritance Hierarchy
Structs
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ClassText |
TSharedPtr< STextBlock > |
|
AssetViewWidgets.h |
|
| HighlightText |
TAttribute< FText > |
|
AssetViewWidgets.h |
|
| PathText |
TSharedPtr< STextBlock > |
|
AssetViewWidgets.h |
|
Functions
Public
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Constructs this widget with InArgs |
AssetViewWidgets.h |
|
Public Virtual
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual TSharedRef< SWidget > GenerateWidgetForColumn
(
const FName& ColumnName,
FIsSelected InIsSelected
)
|
Generates a widget for a particular column |
AssetViewWidgets.h |
|
| Name |
Remarks |
Include Path |
Unreal Specifiers |
virtual void OnAssetDataChanged()
|
Handles committing a name change |
AssetViewWidgets.h |
|