FArguments

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

Inheritance Hierarchy

References

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

Syntax

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

Constructors

Type Name Description
  FArguments ()  

Functions

Type Name Description
WidgetArgsTy... AllowDragging ( bool InArg ) Whether to allow dragging of items
WidgetArgsTy... AllowFocusOnSync ( bool InArg ) Whether this asset view should allow focus on sync or not
WidgetArgsTy... AllowThumbnailEditMode ( bool InArg ) True if the asset view may edit thumbnails
WidgetArgsTy... AllowThumbnailHintLabel ( bool InArg ) Whether to ever show the hint label on thumbnails
WidgetArgsTy... AssetShowWarningText ( const TAttribute< FText >& InAttri... ) The warning text to display when there are no assets to show
WidgetArgsTy... bShowPathViewFilters ( bool InArg ) Show path view filters submenu in view options menu
WidgetArgsTy... CanDockCollections ( bool InArg ) Indicates if the 'Dock Collections' option should be enabled or disabled
WidgetArgsTy... CanShowClasses ( bool InArg ) Indicates if this view is allowed to show classes
WidgetArgsTy... CanShowDevelopersFolder ( bool InArg ) Indicates if the 'Show Developers' option should be enabled or disabled
WidgetArgsTy... CanShowFavorites ( bool InArg ) Indicates if the 'Show Favorites' option should be enabled or disabled
WidgetArgsTy... CanShowFolders ( bool InArg ) Indicates if the 'Show Folders' option should be enabled or disabled
WidgetArgsTy... CanShowReadOnlyFolders ( bool InArg ) Indicates if this view is allowed to show folders that cannot be written to
WidgetArgsTy... CanShowRealTimeThumbnails ( bool InArg ) Indicates if the 'Real-Time Thumbnails' option should be enabled or disabled
WidgetArgsTy... CustomColumns ( TArray< FAssetViewCustomColumn > In... ) Custom columns that can be use specific
WidgetArgsTy... FillEmptySpaceInTileView ( bool InArg ) Whether this asset view should allow the thumbnails to consume empty space after the user scale is applied
WidgetArgsTy... FilterRecursivelyWithBackendFilter ( bool InArg ) If true, recursive filtering will be caused by applying a backend filter
WidgetArgsTy... ForceHideScrollbar ( bool InArg ) Should always hide scrollbar (Removes scrollbar)
WidgetArgsTy... ForceShowEngineContent ( bool InArg ) Should always show engine content
WidgetArgsTy... ForceShowPluginContent ( bool InArg ) Should always show plugin content
WidgetArgsTy... FrontendFilters ( TSharedPtr< FAssetFilterCollectionT... ) The filter collection used to further filter down assets returned from the backend
WidgetArgsTy... HiddenColumnNames ( TArray< FString > InArg ) Columns to hide by default
WidgetArgsTy... HighlightedText ( const TAttribute< FText >& InAttri... ) Attribute to determine what text should be highlighted
WidgetArgsTy... InitialAssetSelection ( FAssetData InArg ) The asset that should be initially selected
WidgetArgsTy... InitialBackendFilter ( FARFilter InArg ) The initial backend filter
WidgetArgsTy... InitialCategoryFilter ( EContentBrowserItemCategoryFilter I... ) Initial set of item categories that this view should show - may be adjusted further by things like CanShowClasses or legacy delegate bindings
WidgetArgsTy... InitialSourcesData ( FSourcesData InArg ) The initial base sources filter
WidgetArgsTy... InitialThumbnailSize ( EThumbnailSize InArg ) Initial thumbnail size
WidgetArgsTy... InitialViewType ( EAssetViewType::Type InArg ) The initial view type
WidgetArgsTy... OnAssetTagWantsToBeDisplayed ( const FOnShouldDisplayAssetTag& In... ) Called to check if an asset tag should be display in details view.
WidgetArgsTy... OnAssetToolTipClosing ( const FOnAssetToolTipClosing& InDe... ) Called when an asset item's tooltip is closing
WidgetArgsTy... OnExtendAssetViewOptionsMenuContext ( const FOnExtendAssetViewOptionsMenu... ) Called when opening view options menu
WidgetArgsTy... OnGetCustomAssetToolTip ( const FOnGetCustomAssetToolTip& In... ) Called to get a custom asset item tool tip (if necessary)
WidgetArgsTy... OnGetCustomSourceAssets ( const FOnGetCustomSourceAssets& In... ) Called to add extra asset data to the asset view, to display virtual assets.
WidgetArgsTy... OnGetItemContextMenu ( const FOnGetContentBrowserItemConte... ) Delegate to invoke when a context menu for an item is opening.
WidgetArgsTy... OnIsAssetValidForCustomToolTip ( const FOnIsAssetValidForCustomToolT... ) Delegate to call (if bound) to check if it is valid to get a custom tooltip for this asset item
WidgetArgsTy... OnItemRenameCommitted ( const FOnContentBrowserItemRenameCo... ) Called when the user has committed a rename of one or more items
WidgetArgsTy... OnItemsActivated ( const FOnContentBrowserItemsActivat... ) Called when the user double clicks, presses enter, or presses space on an Content Browser item
WidgetArgsTy... OnItemSelectionChanged ( const FOnContentBrowserItemSelectio... ) Called to when an item is selected
WidgetArgsTy... OnNewItemRequested ( const FOnAssetViewNewItemRequested ... ) Called when the asset view is asked to start to create a temporary item
WidgetArgsTy... OnSearchOptionsChanged ( const FOnSearchOptionChanged& InDe... ) Custom columns that can be use specific
WidgetArgsTy... OnShouldFilterAsset ( const FOnShouldFilterAsset& InDele... ) Called to check if an asset should be filtered out by external code
WidgetArgsTy... OnShouldFilterItem ( const FOnShouldFilterItem& InDeleg... ) Called to check if an item should be filtered out by external code
WidgetArgsTy... OnVisualizeAssetToolTip ( const FOnVisualizeAssetToolTip& In... ) Called when an asset item is about to show a tooltip
WidgetArgsTy... OwningContentBrowser ( TSharedPtr< SContentBrowser > InArg ) The content browser that owns this view if any
WidgetArgsTy... SelectionMode ( ESelectionMode::Type InArg ) The selection mode the asset view should use
WidgetArgsTy... ShowBottomToolbar ( bool InArg ) Should the toolbar indicating number of selected assets, mode switch buttons, etc... be shown?
WidgetArgsTy... ShowDisallowedAssetClassAsUnsupportedItems ( bool InArg ) Allow the asset view to display the hidden asset class as unsupported items
WidgetArgsTy... ShowPathInColumnView ( bool InArg ) Should show Path in column view if true
WidgetArgsTy... ShowTypeInColumnView ( bool InArg ) Should show Type in column view if true
WidgetArgsTy... ShowTypeInTileView ( bool InArg ) Should show Type in column view if true
WidgetArgsTy... ShowViewOptions ( bool InArg ) Should view options be shown.
WidgetArgsTy... SortByPathInColumnView ( bool InArg ) Sort by path in the column view. Only works if the initial view type is Column
WidgetArgsTy... ThumbnailLabel ( EThumbnailLabel::Type InArg ) What the label on the asset thumbnails should be

Typedefs

Name Description
WidgetArgsType  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library