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... |
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... |
ItemHeight ( const TAttribute< float >& InAttri... ) |
The height of the list 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... |
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 |