FArguments

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

Inheritance Hierarchy

References

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

Syntax

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

Constructors

Type Name Description
  FArguments ()  

Functions

Type Name Description
WidgetArgsTy... AssetItem ( TSharedPtr< FAssetViewItem > InArg ) Data for the asset this item represents
WidgetArgsTy... HighlightText ( const TAttribute< FText >& InAttri... ) The string in the title to highlight (used when searching by string)
WidgetArgsTy... IsSelected ( FIsSelected InArg ) Delegate for getting the selection state of this item
WidgetArgsTy... OnAssetToolTipClosing ( const FOnAssetToolTipClosing& InDe... ) Delegate for when an item's tooltip is about to close
WidgetArgsTy... OnGetCustomAssetToolTip ( const FOnGetCustomAssetToolTip& In... ) Delegate to call (if bound) to get a custom tooltip for this view item
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 for when an item is about to show a tool tip
WidgetArgsTy... ShouldAllowToolTip ( const TAttribute< bool >& InAttrib... ) If false, the tooltip will not be displayed
WidgetArgsTy... ThumbnailEditMode ( const TAttribute< bool >& InAttrib... ) If true, display the thumbnail edit mode UI

Typedefs

Name Description
WidgetArgsType  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library