Navigation
API > API/Editor > API/Editor/ContentBrowser
Inheritance Hierarchy
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h |
| Include | #include "AssetViewWidgets.h" |
Syntax
class SAssetListItem : public SAssetViewItem
Remarks
An item in the asset list view
Destructors
| Type | Name | Description | |
|---|---|---|---|
| Destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Whether the widget should allow primitive tools to be displayed | ||
| void | Construct
(
const FArguments& InArgs |
Constructs this widget with InArgs | |
| TSharedRef< SWidget > | GenerateWidgetForColumn
(
const FName& ColumnName, |
Generates a widget for a particular column |
Overridden from SAssetViewItem
| Type | Name | Description | |
|---|---|---|---|
| void | Handles committing a name change |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| void | OnMouseEnter
(
const FGeometry& MyGeometry, |
Handles realtime thumbnails | |
| void | OnMouseLeave
(
const FPointerEvent& MouseEvent |
Handles realtime thumbnails |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |