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