FArguments

Unreal Engine C++ API Reference > Editor > ContentBrowser > SAssetTileItem

Inheritance Hierarchy

References

   
Module ContentBrowser
Header /Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h
Include #include "AssetViewWidgets.h"

Syntax

struct FArguments : public [TSlateBaseNamedArgs< SAssetTileItem >](API\Runtime\SlateCore\Widgets\TSlateBaseNamedArgs)  

Constructors

Type Name Description
  FArguments ()  

Functions

Type Name Description
WidgetArgsTy... AllowThumbnailHintLabel ( bool InArg ) Whether the thumbnail should ever show it's hint label
WidgetArgsTy... AssetItem ( TSharedPtr< FAssetViewItem > InArg ) Data for the asset this item represents
WidgetArgsTy... AssetThumbnail ( TSharedPtr< FAssetThumbnail > InArg ) The handle to the thumbnail this item should render
WidgetArgsTy... CurrentThumbnailSize ( const TAttribute< EThumbnailSize > ... ) Current size of the thumbnail that was generated
WidgetArgsTy... HighlightText ( const TAttribute< FText >& InAttri... ) The string in the title to highlight (used when searching by string)
WidgetArgsTy... IsSelected ( FIsSelected InArg ) Whether the item is selected in the view
WidgetArgsTy... IsSelectedExclusively ( FIsSelected InArg ) Whether the item is selected in the view without anything else being selected
WidgetArgsTy... ItemWidth ( const TAttribute< float >& InAttri... ) The width of the item
WidgetArgsTy... OnAssetToolTipClosing ( const FOnAssetToolTipClosing& InDe... ) Delegate for when an item's tooltip is about to close
WidgetArgsTy... OnGetCustomAssetToolTip ( const FOnGetCustomAssetToolTip& In... ) Delegate to request a custom tool tip if necessary
WidgetArgsTy... OnIsAssetValidForCustomToolTip ( const FOnIsAssetValidForCustomToolT... ) Delegate to call (if bound) to check if it is valid to get a custom tooltip for this view item
WidgetArgsTy... OnItemDestroyed ( const FOnItemDestroyed& InDelegate ) Called when any asset item is destroyed. Used in thumbnail management
WidgetArgsTy... OnRenameBegin ( const FOnRenameBegin& InDelegate ) Delegate for when an asset name has entered a rename state
WidgetArgsTy... OnRenameCommit ( const FOnRenameCommit& InDelegate ) Delegate for when an asset name has been entered for an item that is in a rename state
WidgetArgsTy... OnVerifyRenameCommit ( const FOnVerifyRenameCommit& InDel... ) Delegate for when an asset name has been entered for an item to verify the name before commit
WidgetArgsTy... OnVisualizeAssetToolTip ( const FOnVisualizeAssetToolTip& In... ) Delegate to signal when the item is about to show a tooltip
WidgetArgsTy... ShouldAllowToolTip ( const TAttribute< bool >& InAttrib... ) If false, the tooltip will not be displayed
WidgetArgsTy... ShowType ( bool InArg ) If false, will not show type
WidgetArgsTy... ThumbnailEditMode ( const TAttribute< bool >& InAttrib... ) If true, the thumbnail in this item can be edited
WidgetArgsTy... ThumbnailHintColorAndOpacity ( const TAttribute< FLinearColor >& ... )  
WidgetArgsTy... ThumbnailLabel ( EThumbnailLabel::Type InArg ) The contents of the label displayed on the thumbnail
WidgetArgsTy... ThumbnailPadding ( float InArg ) How much padding to allow around the thumbnail

Typedefs

Name Description
WidgetArgsType  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library