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