Navigation
API > API/Editor > API/Editor/ContentBrowser
Inheritance Hierarchy
- ITableRow
- SBorder
- STableRow
- SMultiColumnTableRow
- SAssetColumnViewRow
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h |
| Include | #include "AssetViewWidgets.h" |
Syntax
class SAssetColumnViewRow : public SMultiColumnTableRow< TSharedPtr< FAssetViewItem > >
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< SAssetColumnItem > | AssetColumnItem |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
Constructs this widget with InArgs |
Overridden from SMultiColumnTableRow
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | GenerateWidgetForColumn
(
const FName& InColumnName |
Users of SMultiColumnTableRow would usually some piece of data associated with it. |
Overridden from ITableRow
| Type | Name | Description | |
|---|---|---|---|
| FVector2D | GetRowSizeForColumn
(
const FName& InColumnName |
By default, this function does nothing, it should be implemented by derived class |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IToolTip > | GetToolTip () |
||
| void | OnDragEnter
(
const FGeometry& MyGeometry, |
DRAG AND DROP (DragDrop) Called during drag and drop when the drag enters a widget. | |
| void | OnDragLeave
(
const FDragDropEvent& DragDropEvent |
Called during drag and drop when the drag leaves a widget. | |
| FReply | OnDragOver
(
const FGeometry& MyGeometry, |
Called during drag and drop when the the mouse is being dragged over a widget. | |
| FReply | OnDrop
(
const FGeometry& MyGeometry, |
Called when the user is dropping something onto a widget; terminates drag and drop. | |
| void | Called when a tooltip displayed from this widget is being closed | ||
| bool | OnVisualizeTooltip
(
const TSharedPtr< SWidget >& TooltipContent |
Called when Slate wants to visualize tooltip. | |
| void | Ticks this widget with Geometry. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |