Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/SAssetViewItem
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h |
| Include Path | #include "AssetViewWidgets.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAssetViewItem >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SAssetViewItem > → SAssetViewItem::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
AssetViewWidgets.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | AssetViewWidgets.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & AssetItem
(
TSharedPtr< FAssetViewItem > InArg |
Data for the asset this item represents | AssetViewWidgets.h | |
WidgetArgsType & HighlightText
(
const TAttribute< FText >& InAttribute |
The string in the title to highlight (used when searching by string) | AssetViewWidgets.h | |
WidgetArgsType & IsSelected
(
FIsSelected InArg |
Delegate for getting the selection state of this item | AssetViewWidgets.h | |
WidgetArgsType & OnAssetToolTipClosing
(
const FOnAssetToolTipClosing& InDelegate |
Delegate for when an item's tooltip is about to close | AssetViewWidgets.h | |
WidgetArgsType & OnGetCustomAssetToolTip
(
const FOnGetCustomAssetToolTip& InDelegate |
Delegate to call (if bound) to get a custom tooltip for this view item | AssetViewWidgets.h | |
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 | AssetViewWidgets.h | |
WidgetArgsType & OnItemDestroyed
(
const FOnItemDestroyed& InDelegate |
Called when any asset item is destroyed. Used in thumbnail management | AssetViewWidgets.h | |
WidgetArgsType & OnRenameBegin
(
const FOnRenameBegin& InDelegate |
Delegate for when an asset name has entered a rename state | AssetViewWidgets.h | |
WidgetArgsType & OnRenameCommit
(
const FOnRenameCommit& InDelegate |
Delegate for when an asset name has been entered for an item that is in a rename state | AssetViewWidgets.h | |
WidgetArgsType & OnVerifyRenameCommit
(
const FOnVerifyRenameCommit& InDelegate |
Delegate for when an asset name has been entered for an item to verify the name before commit | AssetViewWidgets.h | |
WidgetArgsType & OnVisualizeAssetToolTip
(
const FOnVisualizeAssetToolTip& InDelegate |
Delegate for when an item is about to show a tool tip | AssetViewWidgets.h | |
WidgetArgsType & ShouldAllowToolTip
(
const TAttribute< bool >& InAttribute |
If false, the tooltip will not be displayed | AssetViewWidgets.h | |
WidgetArgsType & ShowAssetAccessSpecifier
(
bool InArg |
If true, display the item's EAssetAccessSpecifier | AssetViewWidgets.h | |
WidgetArgsType & ThumbnailEditMode
(
const TAttribute< bool >& InAttribute |
If true, display the thumbnail edit mode UI | AssetViewWidgets.h |