Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/SAssetListItem
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h |
| Include Path | #include "AssetViewWidgets.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SAssetListItem >
Inheritance Hierarchy
- TSlateBaseNamedArgs< SAssetListItem > → SAssetListItem::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 & AllowThumbnailHintLabel
(
bool InArg |
Whether the thumbnail should ever show it's hint label | AssetViewWidgets.h | |
WidgetArgsType & AssetItem
(
TSharedPtr< FAssetViewItem > InArg |
Data for the asset this item represents | AssetViewWidgets.h | |
WidgetArgsType & AssetThumbnail
(
TSharedPtr< FAssetThumbnail > InArg |
The handle to the thumbnail this item should render | AssetViewWidgets.h | |
WidgetArgsType & CurrentThumbnailSize
(
const TAttribute< EThumbnailSize >& InAttribute |
Current size of the thumbnail that was generated | 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 |
Whether the item is selected in the view | AssetViewWidgets.h | |
WidgetArgsType & IsSelectedExclusively
(
FIsSelected InArg |
Whether the item is selected in the view without anything else being selected | AssetViewWidgets.h | |
WidgetArgsType & ItemHeight
(
const TAttribute< float >& InAttribute |
The height of the list 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 request a custom tool tip if necessary | 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 to signal when the item is about to show a tooltip | 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, the thumbnail in this item can be edited | AssetViewWidgets.h | |
WidgetArgsType & ThumbnailHintColorAndOpacity
(
const TAttribute< FLinearColor >& InAttribute |
AssetViewWidgets.h | ||
WidgetArgsType & ThumbnailLabel
(
EThumbnailLabel::Type InArg |
The contents of the label displayed on the thumbnail | AssetViewWidgets.h | |
WidgetArgsType & ThumbnailPadding
(
float InArg |
How much padding to allow around the thumbnail | AssetViewWidgets.h |