 |
TArray< FAssetData > |
AdditionalReferencingAssets |
The passed in property handle will be used to gather referencing assets. |
 |
TAttribute< FText > |
AssetShowWarningText |
The text to show when there are no assets to show |
 |
bool |
bAddFilterUI |
Indicates that we would like to build the filter UI with the Asset Picker |
 |
bool |
bAllowDragging |
Whether to allow dragging of items |
 |
bool |
bAllowNullSelection |
If true, a "None" item will always appear at the top of the list |
 |
bool |
bAutohideSearchBar |
If false, auto-hide the search bar above |
 |
bool |
bCanShowClasses |
Indicates if this view is allowed to show classes |
 |
bool |
bCanShowDevelopersFolder |
Indicates if the 'Show Developers' option should be enabled or disabled |
 |
bool |
bCanShowFolders |
Indicates if the 'Show folders' option should be enabled or disabled |
 |
bool |
bCanShowReadOnlyFolders |
If true, will allow read-only folders to be shown in the picker |
 |
bool |
bCanShowRealTimeThumbnails |
Indicates if the 'Real-Time Thumbnails' option should be enabled or disabled |
 |
bool |
bFocusSearchBoxWhenOpened |
If true, the search box will gain focus when the asset picker is created |
 |
bool |
bForceShowEngineContent |
Indicates if engine content should always be shown |
 |
bool |
bForceShowPluginContent |
Indicates if plugin content should always be shown |
 |
bool |
bShowBottomToolbar |
If true, show the bottom toolbar which shows # of assets selected, view mode buttons, etc... |
 |
bool |
bShowPathInColumnView |
If true, show path in column view |
 |
bool |
bShowTypeInColumnView |
If true, show class in column view |
 |
bool |
bSortByPathInColumnView |
If true, sort by path in column view. Only works if initial view type is Column |
 |
TArray< FCollectionNameType > |
Collections |
Only display results in these collections |
 |
TArray< FAssetViewCustomColumn > |
CustomColumns |
List of custom columns that fill out data with a callback |
 |
EAssetTypeCategories::Type |
DefaultFilterMenuExpansion |
Override the default filter context menu layout |
 |
TArray< TSharedRef< class FFrontendFilter > > |
ExtraFrontendFilters |
Custom front end filters to be displayed |
 |
FARFilter |
Filter |
The asset registry filter to use to cull results |
 |
TArray< FGetCurrentSelectionDelegate * > |
GetCurrentSelectionDelegates |
An array of pointers to existing delegates which the AssetView will register a function which returns the current selection |
 |
TArray< FString > |
HiddenColumnNames |
The names of columns to hide by default in the column view |
 |
FAssetData |
InitialAssetSelection |
The asset that should be initially selected |
 |
EAssetViewType::Type |
InitialAssetViewType |
The default view mode |
 |
FOnAssetDoubleClicked |
OnAssetDoubleClicked |
The delegate that fires when an asset is double clicked |
 |
FOnAssetEnterPressed |
OnAssetEnterPressed |
The delegate that fires when an asset has enter pressed while selected |
 |
FOnAssetsActivated |
OnAssetsActivated |
The delegate that fires when any number of assets are activated |
 |
FOnAssetSelected |
OnAssetSelected |
The delegate that fires when an asset was selected |
 |
FOnShouldDisplayAssetTag |
OnAssetTagWantsToBeDisplayed |
This delegate will be called in Details view when a new asset registry searchable tag is encountered, to determine if it should be displayed or not. |
 |
FOnAssetToolTipClosing |
OnAssetToolTipClosing |
Fired when an asset item's tooltip is closing |
 |
FOnPathSelected |
OnFolderEntered |
The delegate that fires when a folder was double clicked |
 |
FOnGetAssetContextMenu |
OnGetAssetContextMenu |
The delegate that fires when an asset is right clicked and a context menu is requested |
 |
FOnGetCustomAssetToolTip |
OnGetCustomAssetToolTip |
Fired when an asset item is constructed and a tooltip is requested. |
 |
FOnGetCustomSourceAssets |
OnGetCustomSourceAssets |
Called to add extra asset data to the asset view, to display virtual assets. |
 |
FOnGetFolderContextMenu |
OnGetFolderContextMenu |
The delegate that fires when a folder is right clicked and a context menu is requested |
 |
FOnIsAssetValidForCustomToolTip |
OnIsAssetValidForCustomToolTip |
Called to see if it is valid to get a custom asset tool tip |
 |
FOnShouldFilterAsset |
OnShouldFilterAsset |
If more detailed filtering is required than simply Filter, this delegate will get fired for every asset to determine if it should be culled. |
 |
FOnVisualizeAssetToolTip |
OnVisualizeAssetToolTip |
Fired when an asset item is about to show its tool tip |
 |
TSharedPtr< class IPropertyHandle > |
PropertyHandle |
The handle to the property that opened this picker. Needed for contextual filtering. |
 |
TArray< FRefreshAssetViewDelegate * > |
RefreshAssetViewDelegates |
A pointer to an existing delegate that, when executed, will refresh the asset view. |
 |
FString |
SaveSettingsName |
If set, view settings will be saved and loaded for the asset view using this name in ini files |
 |
ESelectionMode::Type |
SelectionMode |
The selection mode the picker should use |
 |
TArray< FSetARFilterDelegate * > |
SetFilterDelegates |
A pointer to an existing delegate that, when executed, will set the filter an the asset picker after it is created. |
 |
TArray< FSyncToAssetsDelegate * > |
SyncToAssetsDelegates |
An array of pointers to existing delegates which the AssetView will register a function which sync the asset list |
 |
EThumbnailLabel::Type |
ThumbnailLabel |
The contents of the label on the thumbnail |
 |
TAttribute< float > |
ThumbnailScale |
The default scale for thumbnails. [0-1] range |