Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/SAssetTileItem
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SAssetTileItem::FArguments
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h |
| Include | #include "AssetViewWidgets.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAssetTileItem >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AllowThumbnailHintLabel
(
bool InArg |
Whether the thumbnail should ever show it's hint label | |
| WidgetArgsType & | AssetItem
(
TSharedPtr< FAssetViewItem > InArg |
Data for the asset this item represents | |
| WidgetArgsType & | AssetThumbnail
(
TSharedPtr< FAssetThumbnail > InArg |
The handle to the thumbnail this item should render | |
| WidgetArgsType & | CurrentThumbnailSize
(
const TAttribute< EThumbnailSize >& InAttribute |
Current size of the thumbnail that was generated | |
| WidgetArgsType & | HighlightText
(
const TAttribute< FText >& InAttribute |
The string in the title to highlight (used when searching by string) | |
| WidgetArgsType & | IsSelected
(
FIsSelected InArg |
Whether the item is selected in the view | |
| WidgetArgsType & | IsSelectedExclusively
(
FIsSelected InArg |
Whether the item is selected in the view without anything else being selected | |
| WidgetArgsType & | ItemWidth
(
const TAttribute< float >& InAttribute |
The width of the item | |
| WidgetArgsType & | OnAssetToolTipClosing
(
const FOnAssetToolTipClosing& InDelegate |
Delegate for when an item's tooltip is about to close | |
| WidgetArgsType & | OnGetCustomAssetToolTip
(
const FOnGetCustomAssetToolTip& InDelegate |
Delegate to request a custom tool tip if necessary | |
| WidgetArgsType & | OnIsAssetValidForCustomToolTip
(
const FOnIsAssetValidForCustomToolTip& InDelegate |
Delegate to call (if bound) to check if it is valid to get a custom tooltip for this view item | |
| WidgetArgsType & | OnItemDestroyed
(
const FOnItemDestroyed& InDelegate |
Called when any asset item is destroyed. Used in thumbnail management | |
| WidgetArgsType & | OnRenameBegin
(
const FOnRenameBegin& InDelegate |
Delegate for when an asset name has entered a rename state | |
| WidgetArgsType & | OnRenameCommit
(
const FOnRenameCommit& InDelegate |
Delegate for when an asset name has been entered for an item that is in a rename state | |
| WidgetArgsType & | OnVerifyRenameCommit
(
const FOnVerifyRenameCommit& InDelegate |
Delegate for when an asset name has been entered for an item to verify the name before commit | |
| WidgetArgsType & | OnVisualizeAssetToolTip
(
const FOnVisualizeAssetToolTip& InDelegate |
Delegate to signal when the item is about to show a tooltip | |
| WidgetArgsType & | ShouldAllowToolTip
(
const TAttribute< bool >& InAttribute |
If false, the tooltip will not be displayed | |
| WidgetArgsType & | ShowType
(
bool InArg |
If false, will not show type | |
| WidgetArgsType & | ThumbnailEditMode
(
const TAttribute< bool >& InAttribute |
If true, the thumbnail in this item can be edited | |
| WidgetArgsType & | ThumbnailHintColorAndOpacity
(
const TAttribute< FLinearColor >& InAttribute |
||
| WidgetArgsType & | ThumbnailLabel
(
EThumbnailLabel::Type InArg |
The contents of the label displayed on the thumbnail | |
| WidgetArgsType & | ThumbnailPadding
(
float InArg |
How much padding to allow around the thumbnail |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |