Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/SAssetViewItem
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SAssetViewItem::FArguments
References
| Module | ContentBrowser |
| Header | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h |
| Include | #include "AssetViewWidgets.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAssetViewItem >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | AssetItem
(
TSharedPtr< FAssetViewItem > InArg |
Data for the asset this item represents | |
| WidgetArgsType & | HighlightText
(
const TAttribute< FText >& InAttribute |
The string in the title to highlight (used when searching by string) | |
| WidgetArgsType & | IsSelected
(
FIsSelected InArg |
Delegate for getting the selection state of this item | |
| WidgetArgsType & | OnAssetToolTipClosing
(
const FOnAssetToolTipClosing& InDelegate |
Delegate for when an item's tooltip is about to close | |
| WidgetArgsType & | OnGetCustomAssetToolTip
(
const FOnGetCustomAssetToolTip& InDelegate |
Delegate to call (if bound) to get a custom tooltip for this view item | |
| 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 for when an item is about to show a tool tip | |
| WidgetArgsType & | ShouldAllowToolTip
(
const TAttribute< bool >& InAttribute |
If false, the tooltip will not be displayed | |
| WidgetArgsType & | ThumbnailEditMode
(
const TAttribute< bool >& InAttribute |
If true, display the thumbnail edit mode UI |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |