| FAssetFilterCollectionType |
TFilterCollection< FAssetFilterType > |
|
IContentBrowserSingleton.h |
| FAssetFilterType |
const FContentBrowserItem & |
|
IContentBrowserSingleton.h |
| FClearSelectionDelegate |
TBaseDelegate_NoParams< void > |
Called to clear the selection of the specified assetdata or all selection if an invalid assetdata is passed |
ContentBrowserDelegates.h |
| FConstructToolTipForAsset |
TBaseDelegate_OneParam< TSharedRef< SToolTip >, const FAssetData & > |
Called to retrieve the tooltip for the specified asset |
ContentBrowserDelegates.h |
| FContentBrowserCommandExtender |
TBaseDelegate_TwoParams< void, TSharedRef< FUICommandList >, FOnContentBrowserGetSelection > |
|
ContentBrowserDelegates.h |
| FContentBrowserMenuExtender |
TBaseDelegate_NoParams< TSharedRef< FExtender > > |
Called to request the menu when right clicking on a path |
ContentBrowserDelegates.h |
| FContentBrowserMenuExtender_SelectedAssets |
TBaseDelegate_OneParam< TSharedRef< FExtender >, const TArray< FAssetData > & > |
|
ContentBrowserDelegates.h |
| FContentBrowserMenuExtender_SelectedPaths |
TBaseDelegate_OneParam< TSharedRef< FExtender >, const TArray< FString > & > |
|
ContentBrowserDelegates.h |
| FGetCurrentSelectionDelegate |
TBaseDelegate_NoParams< TArray< FAssetData > > |
Called to retrieve an array of the currently selected asset data |
ContentBrowserDelegates.h |
| FIsFolderShowPrivateContentToggleableDelegate |
TBaseDelegate_OneParam< bool, const FStringView > |
Called when custom behavior is needed for allowing folders to toggle their private content edit state |
ContentBrowserDelegates.h |
| FOnApplyHistoryData |
TBaseDelegate_OneParam< void, const FHistoryData & > |
The delegate for when history data should be applied |
HistoryManager.h |
| FOnAssetDialogCancelled |
TBaseDelegate_NoParams< void > |
Called from the Asset Dialog when a non-modal dialog is closed or cancelled |
ContentBrowserDelegates.h |
| FOnAssetDoubleClicked |
TBaseDelegate_OneParam< void, const FAssetData & > |
Called when an asset is double clicked in the asset view |
ContentBrowserDelegates.h |
| FOnAssetEnterPressed |
TBaseDelegate_OneParam< void, const TArray< FAssetData > & > |
Called when enter is pressed on an asset in the asset view |
ContentBrowserDelegates.h |
| FOnAssetsActivated |
TBaseDelegate_TwoParams< void, const TArray< FAssetData > &, EAssetTypeActivationMethod::Type > |
Called when the user double clicks, presses enter, or presses space on an asset |
ContentBrowserDelegates.h |
| FOnAssetsChosenForOpen |
TBaseDelegate_OneParam< void, const TArray< FAssetData > & > |
Called from the Asset Dialog when assets are chosen in non-modal Open dialogs |
ContentBrowserDelegates.h |
| FOnAssetSelected |
TBaseDelegate_OneParam< void, const FAssetData & > |
Called when an asset is selected in the asset view |
ContentBrowserDelegates.h |
| FOnAssetToolTipClosing |
TBaseDelegate_NoParams< void > |
Called when an asset item's tooltip is closing |
ContentBrowserDelegates.h |
| FOnAssetViewNewItemRequested |
TBaseDelegate_OneParam< void, const FContentBrowserItem & > |
Fires whenever the asset view is asked to start to create a temporary item |
SAssetView.h |
| FOnCollectionSelected |
TBaseDelegate_OneParam< void, const FCollectionNameType & > |
Called when a collection is selected in the collections view |
ContentBrowserDelegates.h |
| FOnContentBrowserGetSelection |
TBaseDelegate_TwoParams< void, TArray< FAssetData > &, TArray< FString > & > |
Called when registering a custom command/keybinding for the content browser |
ContentBrowserDelegates.h |
| FOnContentBrowserItemRenameCommitted |
TBaseDelegate_OneParam< void, TArrayView< const FContentBrowserItem > > |
Called when the user has committed a rename of one or more items |
ContentBrowserDelegates.h |
| FOnContentBrowserItemsActivated |
TBaseDelegate_TwoParams< void, TArrayView< const FContentBrowserItem >, EAssetTypeActivationMethod::Type > |
Called when the user double clicks, presses enter, or presses space on a Content Browser item |
ContentBrowserDelegates.h |
| FOnContentBrowserItemSelectionChanged |
TBaseDelegate_TwoParams< void, const FContentBrowserItem &, ESelectInfo::Type > |
Delegate called when item selection is changed |
ContentBrowserDelegates.h |
| FOnCreateNewFolder |
TBaseDelegate_OneParam< void, const FContentBrowserItemTemporaryContext & > |
Called when a new folder is starting to be created |
ContentBrowserDelegates.h |
| FOnDeleteFolders |
TMulticastDelegate_OneParam< void, const TArray< FContentBrowserItemPath > & > |
Called when one or more folders are being deleted |
ContentBrowserDelegates.h |
| FOnExtendAssetViewOptionsMenuContext |
TBaseDelegate_OneParam< void, FToolMenuContext & > |
Fires whenever asset view options menu is being opened, gives chance for external code to set additional context |
SAssetView.h |
| FOnFavoritesChanged |
TMulticastDelegate_TwoParams< void, const FContentBrowserItemPath &, bool > |
Called when an item is added or removed from favorites |
ContentBrowserDelegates.h |
| FOnGenerateAssetViewExtraStateIndicators |
TBaseDelegate_OneParam< TSharedRef< SWidget >, const FAssetData & > |
Called to generate extra state information icons or tooltips on asset items. |
ContentBrowserDelegates.h |
| FOnGetAssetContextMenu |
TBaseDelegate_OneParam< TSharedPtr< SWidget >, const TArray< FAssetData > & > |
Called to request the menu when right clicking on an asset |
ContentBrowserDelegates.h |
| FOnGetContentBrowserItemContextMenu |
TBaseDelegate_OneParam< TSharedPtr< SWidget >, TArrayView< const FContentBrowserItem > > |
Called to request the menu when right clicking on an selection of items (maybe be a mix of folders and files) |
ContentBrowserDelegates.h |
| FOnGetCustomAssetColumnData |
TBaseDelegate_TwoParams< FString, FAssetData &, FName > |
Called to get string/text value for a custom column, will get converted as necessary |
ContentBrowserDelegates.h |
| FOnGetCustomAssetColumnDisplayText |
TBaseDelegate_TwoParams< FText, FAssetData &, FName > |
|
ContentBrowserDelegates.h |
| FOnGetCustomAssetToolTip |
TBaseDelegate_OneParam< TSharedRef< SToolTip >, FAssetData & > |
Called to request a custom asset item tooltip |
ContentBrowserDelegates.h |
| FOnGetFolderContextMenu |
TBaseDelegate_ThreeParams< TSharedPtr< SWidget >, const TArray< FString > &, FContentBrowserMenuExtender_SelectedPaths, FOnCreateNewFolder > |
Called to request the menu when right clicking on an asset |
ContentBrowserDelegates.h |
| FOnIsAssetValidForCustomToolTip |
TBaseDelegate_OneParam< bool, FAssetData & > |
Called to see if it is valid to request a custom asset item tooltip |
ContentBrowserDelegates.h |
| FOnItemDestroyed |
TBaseDelegate_OneParam< void, const TSharedPtr< FAssetViewItem > & > |
|
AssetViewWidgets.h |
| FOnObjectPathChosenForSave |
TBaseDelegate_OneParam< void, const FString & > |
Called from the Asset Dialog when an asset name is chosen in non-modal Save dialogs |
ContentBrowserDelegates.h |
| FOnPathSelected |
TBaseDelegate_OneParam< void, const FString & > |
Called when a path is selected in the path picker |
ContentBrowserDelegates.h |
| FOnRenameBegin |
TBaseDelegate_ThreeParams< void, const TSharedPtr< FAssetViewItem > &, const FString &, const FSlateRect & > |
|
AssetViewWidgets.h |
| FOnRenameCommit |
TBaseDelegate_FourParams< void, const TSharedPtr< FAssetViewItem > &, const FString &, const FSlateRect &, ETextCommit::Type > |
|
AssetViewWidgets.h |
| FOnSearchOptionChanged |
TBaseDelegate_NoParams< void > |
Fires whenever one of the "Search" options changes, useful for modifying search criteria to match |
SAssetView.h |
| FOnSetFolderColor |
TMulticastDelegate_OneParam< void, const FString & > |
Called when a custom folder color is set on a folder |
ContentBrowserDelegates.h |
| FOnShouldDisplayAssetTag |
TBaseDelegate_TwoParams< bool, FName, FName > |
Called to check if an asset tag should be display in details view. |
ContentBrowserDelegates.h |
| FOnShouldFilterAsset |
TBaseDelegate_OneParam< bool, const FAssetData & > |
Called to check if an asset should be filtered out by external code. |
ContentBrowserDelegates.h |
| FOnShouldFilterItem |
TBaseDelegate_OneParam< bool, const FContentBrowserItem & > |
Called to check if an item should be filtered out by external code. |
ContentBrowserDelegates.h |
| FOnThumbnailScaleChanged |
TBaseDelegate_OneParam< void, const float > |
Called when thumbnail scale changes and the thumbnail scale is bound to a delegate |
ContentBrowserDelegates.h |
| FOnUpdateHistoryData |
TBaseDelegate_OneParam< void, FHistoryData & > |
The delegate for when history data should be updated |
HistoryManager.h |
| FOnVerifyRenameCommit |
TBaseDelegate_FourParams< bool, const TSharedPtr< FAssetViewItem > &, const FText &, const FSlateRect &, FText & > |
|
AssetViewWidgets.h |
| FOnVisualizeAssetToolTip |
TBaseDelegate_TwoParams< bool, const TSharedPtr< SWidget > &, FAssetData & > |
Called when an asset item visualizes its tooltip |
ContentBrowserDelegates.h |
| FPathViewStateIconGenerator |
TBaseDelegate_OneParam< TSharedPtr< SWidget >, const FContentBrowserItem & > |
Called to generate state information icons for path view items. |
ContentBrowserDelegates.h |
| FPluginFilterCollectionType |
TFilterCollection< FPluginFilterType > |
|
IContentBrowserSingleton.h |
| FPluginFilterType |
const TSharedRef< IPlugin > & |
|
IContentBrowserSingleton.h |
| FRefreshAssetViewDelegate |
TBaseDelegate_OneParam< void, bool > |
Called to force the asset view to refresh |
ContentBrowserDelegates.h |
| FSetARFilterDelegate |
TBaseDelegate_OneParam< void, const FARFilter & > |
Called to set a new filter for an existing asset picker |
ContentBrowserDelegates.h |
| FSetPathPickerPathsDelegate |
TBaseDelegate_OneParam< void, const TArray< FString > & > |
A pointer to an existing delegate that, when executed, will set the filter an the asset picker after it is created. |
ContentBrowserDelegates.h |
| FSyncToAssetsDelegate |
TBaseDelegate_OneParam< void, const TArray< FAssetData > & > |
Called to retrieve an array of the currently selected asset data |
ContentBrowserDelegates.h |