Navigation
API > API/Editor > API/Editor/ContentBrowser
Inheritance Hierarchy
- SMultiColumnTableRow< TSharedPtr< FAssetViewItem > >
- SAssetListViewRow
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h |
| Include | #include "AssetViewWidgets.h" |
Syntax
class SAssetListViewRow : public SMultiColumnTableRow< TSharedPtr< FAssetViewItem > >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SAssetListItem > | AssetListItem |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Constructs this widget with InArgs | |
| TSharedRef< SWidget > | GenerateWidgetForColumn
(
const FName& ColumnName |
||
| FVector2D | GetRowSizeForColumn
(
const FName& InColumnName |
||
| TSharedPtr< IToolTip > | GetToolTip () |
||
| void | OnDragEnter
(
const FGeometry& MyGeometry, |
||
| void | OnDragLeave
(
const FDragDropEvent& DragDropEvent |
||
| FReply | OnDragOver
(
const FGeometry& MyGeometry, |
||
| FReply | OnDrop
(
const FGeometry& MyGeometry, |
||
| void | |||
| bool | OnVisualizeTooltip
(
const TSharedPtr< SWidget >& TooltipContent |
||
| void | Tick
(
const FGeometry& AllottedGeometry, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |