className
stringlengths
1
167
headerPath
stringlengths
14
166
description
stringlengths
0
1.62k
module
stringlengths
0
76
code
stringlengths
0
11.4k
variables
listlengths
0
395
TelemetryID
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
static constexpr [FGuid](API\Runtime\Core\Misc\FGuid) TelemetryID = FGuid(0x3676C84E, 0xFEB74E21, 0x99FF6FB8, 0x622431D2);
[]
FAssetAddedToCollectionTelemetryEvent
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Workflow event when assets are added to a collection.
ContentBrowser
struct FAssetAddedToCollectionTelemetryEvent
[ { "type": "ECollectionShar...", "name": "CollectionShareType", "description": "" }, { "type": "double", "name": "DurationSec", "description": "" }, { "type": "uint32", "name": "NumAdded", "description": "" }, { "type": "ECollectionTele...", "name": "Workflow",...
FAssetPickerConfig::FAssetPickerConfig
/Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h
ContentBrowser
FAssetPickerConfig()
[]
FAssetPickerConfig
/Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h
A struct containing details about how the asset picker should behave
ContentBrowser
struct FAssetPickerConfig
[ { "type": "TArray<FAssetD...", "name": "AdditionalReferencingAssets", "description": "The passed in property handle will be used to gather referencing assets." }, { "type": "TAttribute<FTe...", "name": "AssetShowWarningText", "description": "The text to show when there are no assets to s...
TelemetryID
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
static constexpr [FGuid](API\Runtime\Core\Misc\FGuid) TelemetryID = FGuid(0xF7660FA4, 0x744F44F5, 0x9B647690, 0x3C5689BD);
[]
FAssetRemovedFromCollectionTelemetryEvent
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Workflow event when assets are removed from a collection.
ContentBrowser
struct FAssetRemovedFromCollectionTelemetryEvent
[ { "type": "ECollectionShar...", "name": "CollectionShareType", "description": "" }, { "type": "double", "name": "DurationSec", "description": "" }, { "type": "uint32", "name": "NumRemoved", "description": "" }, { "type": "ECollectionTele...", "name": "Workflow...
FAssetViewCustomColumn::FAssetViewCustomColumn
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h
ContentBrowser
FAssetViewCustomColumn()
[]
FAssetViewCustomColumn::FAssetViewCustomColumn
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h
ContentBrowser
FAssetViewCustomColumn ( [FName](API\Runtime\Core\UObject\FName) InColumnName, const [FText](API\Runtime\Core\Internationalization\FText) & InDisplayName, const [FText](API\Runtime\Core\Internationalization\FText) & InTooltipText, [UObject::FAssetRegistryTag::ETagType](API\Runtime\CoreUObject\UObject\UObject\FAssetRegi...
[]
FAssetViewCustomColumn
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h
Struct to define a custom column for the asset view
ContentBrowser
struct FAssetViewCustomColumn
[ { "type": "FName", "name": "ColumnName", "description": "Internal name of the column" }, { "type": "UObject::FAsset...", "name": "DataType", "description": "Type of column, used for sorting" }, { "type": "FText", "name": "DisplayName", "description": "Display name of the ...
FOnDragLeaveDelegate
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h
ContentBrowser
typedef TBaseDelegate_OneParam< bool, const [FPayload](API\Editor\ContentBrowser\FAssetViewDragAndDropExtender\FPayload) & > FOnDragLeaveDelegate
[]
FOnDragOverDelegate
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h
ContentBrowser
typedef TBaseDelegate_OneParam< bool, const [FPayload](API\Editor\ContentBrowser\FAssetViewDragAndDropExtender\FPayload) & > FOnDragOverDelegate
[]
FOnDropDelegate
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h
ContentBrowser
typedef TBaseDelegate_OneParam< bool, const [FPayload](API\Editor\ContentBrowser\FAssetViewDragAndDropExtender\FPayload) & > FOnDropDelegate
[]
FAssetViewDragAndDropExtender::FPayload::FPayload
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h
ContentBrowser
FPayload &40; TSharedPtr< FDragDropOperation > InDragDropOp, const TArray< FName > & InPackagePaths, const TArray< FCollectionNameType > & InCollections &41;
[]
FPayload
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h
ContentBrowser
struct FPayload
[ { "type": "constTArray<F...", "name": "Collections", "description": "" }, { "type": "TSharedPtr<FDr...", "name": "DragDropOp", "description": "" }, { "type": "constTArray<F...", "name": "PackagePaths", "description": "" } ]
FAssetViewDragAndDropExtender::FAssetViewDragAndDropExtender
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h
ContentBrowser
FAssetViewDragAndDropExtender ( [FOnDropDelegate](API\Editor\ContentBrowser\FAssetViewDragAndDropExtender\FOnDropDelegate) InOnDropDelegate, [FOnDragOverDelegate](API\Editor\ContentBrowser\FAssetViewDragAndDropExtender\FOnDragOverDelegate) InOnDragOverDelegate )
[]
FAssetViewDragAndDropExtender::FAssetViewDragAndDropExtender
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h
ContentBrowser
FAssetViewDragAndDropExtender ( [FOnDropDelegate](API\Editor\ContentBrowser\FAssetViewDragAndDropExtender\FOnDropDelegate) InOnDropDelegate )
[]
FAssetViewDragAndDropExtender::FAssetViewDragAndDropExtender
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h
ContentBrowser
FAssetViewDragAndDropExtender ( [FOnDropDelegate](API\Editor\ContentBrowser\FAssetViewDragAndDropExtender\FOnDropDelegate) InOnDropDelegate, [FOnDragOverDelegate](API\Editor\ContentBrowser\FAssetViewDragAndDropExtender\FOnDragOverDelegate) InOnDragOverDelegate, [FOnDragLeaveDelegate](API\Editor\ContentBrowser\FAssetVie...
[]
FAssetViewDragAndDropExtender
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserDelegates.h
Contains the delegates used to handle a custom drag-and-drop in the asset view
ContentBrowser
struct FAssetViewDragAndDropExtender
[ { "type": "FOnDragLeaveDel...", "name": "OnDragLeaveDelegate", "description": "" }, { "type": "FOnDragOverDele...", "name": "OnDragOverDelegate", "description": "" }, { "type": "FOnDropDelegate", "name": "OnDropDelegate", "description": "" } ]
FAssetViewExtraStateGenerator::FAssetViewExtraStateGenerator
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
FAssetViewExtraStateGenerator ( FOnGenerateAssetViewExtraStateIndicators InIconGenerator, FOnGenerateAssetViewExtraStateIndicators InToolTipGenerator )
[]
FAssetViewExtraStateGenerator
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Extra state generator that adds an icon and a corresponding legend entry on an asset.
ContentBrowser
class FAssetViewExtraStateGenerator
[ { "type": "FOnGenerateAsse...", "name": "IconGenerator", "description": "Delegate called to generate an extra icon on an asset view." }, { "type": "FOnGenerateAsse...", "name": "ToolTipGenerator", "description": "Delegate called to generate an extra tooltip on an asset view." } ]
FAssetViewItem::AppendItemData
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
ContentBrowser
void AppendItemData ( const [FContentBrowserItem](API\Editor\ContentBrowserData\FContentBrowserItem) & InItem )
[]
FAssetViewItem::AppendItemData
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
ContentBrowser
void AppendItemData ( const [FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) & InItemData )
[]
FAssetViewItem::CacheCustomColumns
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
Updates cached custom column data (only does something for files)
ContentBrowser
void CacheCustomColumns ( [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FAssetViewCustomColumn](API\Editor\ContentBrowser\FAssetViewCustomColumn) > CustomColumns, const bool bUpdateSortData, const bool bUpdateDisplayText, const bool bUpdateExisting )
[]
FAssetViewItem::ClearCachedCustomColumns
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
Clear cached custom column data
ContentBrowser
void ClearCachedCustomColumns()
[]
FAssetViewItem::ClearRenameWhenScrolledIntoView
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
Clear that this item should enter inline renaming on the next scroll into view
ContentBrowser
void ClearRenameWhenScrolledIntoView()
[]
FAssetViewItem::GetCustomColumnDisplayValue
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
Get the display value of a custom column on this item
ContentBrowser
bool GetCustomColumnDisplayValue ( const [FName](API\Runtime\Core\UObject\FName) ColumnName, [FText](API\Runtime\Core\Internationalization\FText) & OutText ) const
[]
FAssetViewItem::GetItem
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
Get the underlying Content Browser item
ContentBrowser
const [FContentBrowserItem](API\Editor\ContentBrowserData\FContentBrowserItem) & GetItem() const
[]
FAssetViewItem::GetCustomColumnValue
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
Get the value (and optionally also the type) of a custom column on this item
ContentBrowser
bool GetCustomColumnValue ( const [FName](API\Runtime\Core\UObject\FName) ColumnName, [FString](API\Runtime\Core\Containers\FString) & OutString, [UObject::FAssetRegistryTag::ETagType](API\Runtime\CoreUObject\UObject\UObject\FAssetRegistryTag\ETagType) * OutType ) const
[]
FAssetViewItem::GetTagValue
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
Get the value (and optionally also the type) of a named tag on this item
ContentBrowser
bool GetTagValue ( const [FName](API\Runtime\Core\UObject\FName) Tag, [FString](API\Runtime\Core\Containers\FString) & OutString, [UObject::FAssetRegistryTag::ETagType](API\Runtime\CoreUObject\UObject\UObject\FAssetRegistryTag\ETagType) * OutType ) const
[]
FAssetViewItem::IsFile
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
ContentBrowser
bool IsFile() const
[]
FAssetViewItem::IsFolder
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
ContentBrowser
bool IsFolder() const
[]
FAssetViewItem::IsTemporary
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
ContentBrowser
bool IsTemporary() const
[]
FAssetViewItem::OnItemDataChanged
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
Get the event fired when the data for this item changes
ContentBrowser
FSimpleMulticastDelegate & OnItemDataChanged()
[]
FAssetViewItem::OnRenameCanceled
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
Get the event fired whenever a rename is canceled
ContentBrowser
FSimpleDelegate & OnRenameCanceled()
[]
FAssetViewItem::OnRenameRequested
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
Get the event fired whenever a rename is requested
ContentBrowser
FSimpleDelegate & OnRenameRequested()
[]
FAssetViewItem::RemoveItemData
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
ContentBrowser
void RemoveItemData ( const [FContentBrowserItem](API\Editor\ContentBrowserData\FContentBrowserItem) & InItem )
[]
FAssetViewItem::RemoveItemData
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
ContentBrowser
void RemoveItemData ( const [FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) & InItemData )
[]
FAssetViewItem::RenameWhenScrolledIntoView
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
Set that this item should enter inline renaming on the next scroll into view
ContentBrowser
void RenameWhenScrolledIntoView()
[]
FAssetViewItem::ShouldRenameWhenScrolledIntoView
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
True if this item should enter inline renaming on the next scroll into view
ContentBrowser
bool ShouldRenameWhenScrolledIntoView() const
[]
FAssetViewItem::FAssetViewItem
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
ContentBrowser
FAssetViewItem()
[]
FAssetViewItem::FAssetViewItem
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
ContentBrowser
FAssetViewItem ( [FContentBrowserItem](API\Editor\ContentBrowserData\FContentBrowserItem) && InItem )
[]
FAssetViewItem::FAssetViewItem
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
ContentBrowser
FAssetViewItem ( const [FContentBrowserItem](API\Editor\ContentBrowserData\FContentBrowserItem) & InItem )
[]
FAssetViewItem::FAssetViewItem
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
ContentBrowser
FAssetViewItem ( [FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) && InItemData )
[]
FAssetViewItem::FAssetViewItem
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
ContentBrowser
FAssetViewItem ( const [FContentBrowserItemData](API\Editor\ContentBrowserData\FContentBrowserItemData) & InItemData )
[]
FAssetViewItem
/Engine/Source/Editor/ContentBrowser/Public/AssetViewTypes.h
An item (folder or file) displayed in the asset view
ContentBrowser
class FAssetViewItem
[]
FAssetViewItemHelper::CreateListItemContents
/Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h
ContentBrowser
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > CreateListItemContents ( [SAssetListItem](API\Editor\ContentBrowser\SAssetListItem) *const InListItem, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget...
[]
FAssetViewItemHelper
/Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h
ContentBrowser
struct FAssetViewItemHelper
[]
FAssetViewItemHelper::CreateTileItemContents
/Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h
ContentBrowser
static [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > CreateTileItemContents ( [SAssetTileItem](API\Editor\ContentBrowser\SAssetTileItem) *const InTileItem, const [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget...
[]
FAssetViewSortManager::ExportColumnsToCSV
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
Exports the list of asset items to CSV, in order and with the listed columns
ContentBrowser
void ExportColumnsToCSV ( [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FAssetViewItem](API\Editor\ContentBrowser\FAssetViewItem) >> & AssetItems, [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > & ColumnList, const [TArray](AP...
[]
FAssetViewModeUtils::OnViewModeKeyDown
/Engine/Source/Editor/ContentBrowser/Public/AssetViewWidgets.h
ContentBrowser
namespace FAssetViewModeUtils { [FReply](API\Runtime\SlateCore\Input\FReply) FAssetViewModeUtils::OnViewModeKeyDown ( const [TSet](API\Runtime\Core\Containers\TSet)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FAssetViewItem](API\Editor\ContentBrowser\FAssetViewItem) > > & SelectedItems, const [FKeyEvent](API...
[]
ClassColumnId
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
ContentBrowser
static const [FName](API\Runtime\Core\UObject\FName) ClassColumnId = "Class";
[]
FAssetViewSortManager::FindAndRefreshCustomColumn
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
Refresh a custom column if needed. If found, returns true with TagType parameter set
ContentBrowser
bool FindAndRefreshCustomColumn ( const [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FAssetViewItem](API\Editor\ContentBrowser\FAssetViewItem) >> & AssetItems, const [FName](API\Runtime\Core\UObject\FName) ColumnName, const [TArray](API\Runtime\Core\Containers\TArr...
[]
FAssetViewSortManager::GetSortColumnId
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
Gets the current sort column id
ContentBrowser
[FName](API\Runtime\Core\UObject\FName) GetSortColumnId ( const [EColumnSortPriority::Type](API\Runtime\Slate\Widgets\Views\EColumnSortPriority__Type) InSortPriority ) const
[]
FAssetViewSortManager::GetSortMode
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
Gets the current sort mode
ContentBrowser
[EColumnSortMode::Type](API\Runtime\Slate\Widgets\Views\EColumnSortMode__Type) GetSortMode ( const [EColumnSortPriority::Type](API\Runtime\Slate\Widgets\Views\EColumnSortPriority__Type) InSortPriority ) const
[]
NameColumnId
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
The names of non-type specific columns in the columns view.
ContentBrowser
static const [FName](API\Runtime\Core\UObject\FName) NameColumnId = "Name";
[]
PathColumnId
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
ContentBrowser
static const [FName](API\Runtime\Core\UObject\FName) PathColumnId = "Path";
[]
FAssetViewSortManager::ResetSort
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
Reset the sort mode back to default
ContentBrowser
void ResetSort()
[]
RevisionControlColumnId
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
The revision control column. NOTE: This column currently doesn't support sorting, but is wired through the Sort Manager so the feature can be added in the future.
ContentBrowser
static const [FName](API\Runtime\Core\UObject\FName) RevisionControlColumnId = "RevisionControl";
[]
FAssetViewSortManager::SetOrToggleSortColumn
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
Sets the sort mode based on the column that was clicked, returns true if newly assigned
ContentBrowser
bool SetOrToggleSortColumn ( const [EColumnSortPriority::Type](API\Runtime\Slate\Widgets\Views\EColumnSortPriority__Type) InSortPriority, const [FName](API\Runtime\Core\UObject\FName) & InColumnId )
[]
FAssetViewSortManager::SetSortColumnId
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
Sets the column to sort
ContentBrowser
void SetSortColumnId ( const [EColumnSortPriority::Type](API\Runtime\Slate\Widgets\Views\EColumnSortPriority__Type) InSortPriority, const [FName](API\Runtime\Core\UObject\FName) & InColumnId )
[]
FAssetViewSortManager::SetSortMode
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
Sets the current sort mode
ContentBrowser
void SetSortMode ( const [EColumnSortPriority::Type](API\Runtime\Slate\Widgets\Views\EColumnSortPriority__Type) InSortPriority, const [EColumnSortMode::Type](API\Runtime\Slate\Widgets\Views\EColumnSortMode__Type) InSortMode )
[]
FAssetViewSortManager::SortList
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
Sorts a list using the current ColumnId and Mode. Supply a MajorityAssetType to help discover sorting type (numerical vs alphabetical)
ContentBrowser
void SortList ( [TArray](API\Runtime\Core\Containers\TArray)< [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [FAssetViewItem](API\Editor\ContentBrowser\FAssetViewItem) >> & AssetItems, const [FName](API\Runtime\Core\UObject\FName) & MajorityAssetType, const [TArray](API\Runtime\Core\Containers\TArray)< [FAssetVie...
[]
FAssetViewSortManager::FAssetViewSortManager
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
Constructor
ContentBrowser
FAssetViewSortManager()
[]
FAssetViewSortManager
/Engine/Source/Editor/ContentBrowser/Public/AssetViewSortManager.h
ContentBrowser
class FAssetViewSortManager
[]
TelemetryID
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserTelemetry.h
ContentBrowser
static constexpr [FGuid](API\Runtime\Core\Misc\FGuid) TelemetryID = FGuid(0x3a026bff,0x041444d0, 0x9457c4e5, 0x1378d03c);
[]
FBackendFilterTelemetry::FBackendFilterTelemetry
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserTelemetry.h
ContentBrowser
FBackendFilterTelemetry ( [FGuid](API\Runtime\Core\Misc\FGuid) InViewCorrelationGuid, [FGuid](API\Runtime\Core\Misc\FGuid) InFilterSessionCorrelationGuid )
[]
FBackendFilterTelemetry
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserTelemetry.h
ContentBrowser
struct FBackendFilterTelemetry
[ { "type": "bool", "name": "bHasCustomItemSources", "description": "Whether this view had a delegate bound for providing custom items." }, { "type": "constFContentB...", "name": "DataFilter", "description": "Optional pointer to the filter passed to the backend - not to be stored past the ...
TelemetryID
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
static constexpr [FGuid](API\Runtime\Core\Misc\FGuid) TelemetryID = FGuid(0x2F9C8896, 0xCB2C402B, 0xB8D6DCF1, 0xE3F22D41);
[]
FCollectionCreatedTelemetryEvent
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Workflow event when a collection is created.
ContentBrowser
struct FCollectionCreatedTelemetryEvent
[ { "type": "ECollectionShar...", "name": "CollectionShareType", "description": "" }, { "type": "double", "name": "DurationSec", "description": "" } ]
FCollectionPickerConfig::FCollectionPickerConfig
/Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h
ContentBrowser
FCollectionPickerConfig()
[]
FCollectionPickerConfig
/Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h
A struct containing details about how the collection picker should behave
ContentBrowser
struct FCollectionPickerConfig
[ { "type": "bool", "name": "AllowCollectionButtons", "description": "If true, collection buttons will be displayed" }, { "type": "bool", "name": "AllowRightClickMenu", "description": "If true, users will be able to access the right-click menu of a collection" }, { "type": "FOnColl...
TelemetryID
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
static constexpr [FGuid](API\Runtime\Core\Misc\FGuid) TelemetryID = FGuid(0x1362ABC8, 0x6CDD4FF9, 0xB4B0E06C, 0x2CA418DC);
[]
FCollectionsDeletedTelemetryEvent
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Workflow event when a set of collections are deleted.
ContentBrowser
struct FCollectionsDeletedTelemetryEvent
[ { "type": "int32", "name": "CollectionsDeleted", "description": "" }, { "type": "double", "name": "DurationSec", "description": "" } ]
FContentBrowserConfig::FContentBrowserConfig
/Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h
ContentBrowser
FContentBrowserConfig()
[]
FContentBrowserConfig
/Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h
A struct containing details about how the content browser should behave
ContentBrowser
struct FContentBrowserConfig
[ { "type": "bool: 1", "name": "bCanSetAsPrimaryBrowser", "description": "Whether or not this Content Browser can be used as the Primary Browser for SyncBrowserTo functions" }, { "type": "bool: 1", "name": "bCanShowAssetSearch", "description": "Whether to show asset search" }, { ...
FContentBrowserModule::AddAssetViewExtraStateGenerator
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Add a generator to add extra state functionality to the content browser's assets.FDelegateHandlethe handle to the extra state generator.
ContentBrowser
virtual [FDelegateHandle](API\Runtime\Core\Delegates\FDelegateHandle) AddAssetViewExtraStateGenerator ( const [FAssetViewExtraStateGenerator](API\Editor\ContentBrowser\FAssetViewExtraStateGenerator) & Generator )
[]
FContentBrowserModule::AddDynamicTagAssetClass
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
void AddDynamicTagAssetClass ( const [FName](API\Runtime\Core\UObject\FName) & InName )
[]
FAddPathViewPluginFilters
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
typedef TBaseDelegate_OneParam< void, [TArray](API\Runtime\Core\Containers\TArray)< [TSharedRef](API\Runtime\Core\Templates\TSharedRef)< [FContentBrowserPluginFilter](API\Editor\ContentBrowser\FContentBrowserPluginFilter) > > & > FAddPathViewPluginFilters
[]
FDefaultPathsToExpandDelegate
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
typedef TBaseDelegate_OneParam< void, [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > & > FDefaultPathsToExpandDelegate
[]
FDefaultSelectedPathsDelegate
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
typedef TBaseDelegate_OneParam< void, [TArray](API\Runtime\Core\Containers\TArray)< [FName](API\Runtime\Core\UObject\FName) > & > FDefaultSelectedPathsDelegate
[]
FOnAssetPathChanged
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
typedef TMulticastDelegate_OneParam< void, const [FString](API\Runtime\Core\Containers\FString) & > FOnAssetPathChanged
[]
FOnContentBrowserSettingChanged
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
typedef TMulticastDelegate_OneParam< void, [FName](API\Runtime\Core\UObject\FName) > FOnContentBrowserSettingChanged
[]
FOnAssetSelectionChanged
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
typedef TMulticastDelegate_TwoParams< void, const [TArray](API\Runtime\Core\Containers\TArray)< [FAssetData](API\Runtime\CoreUObject\AssetRegistry\FAssetData) > &, bool > FOnAssetSelectionChanged
[]
FOnFilterChanged
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
typedef TMulticastDelegate_TwoParams< void, const [FARFilter](API\Runtime\CoreUObject\AssetRegistry\FARFilter) &, bool > FOnFilterChanged
[]
FOnSearchBoxChanged
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
typedef TMulticastDelegate_TwoParams< void, const [FText](API\Runtime\Core\Internationalization\FText) &, bool > FOnSearchBoxChanged
[]
FOnSourcesViewChanged
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
typedef TMulticastDelegate_OneParam< void, bool > FOnSourcesViewChanged
[]
FContentBrowserModule::Get
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Gets the content browser singleton
ContentBrowser
virtual [IContentBrowserSingleton](API\Editor\ContentBrowser\IContentBrowserSingleton) & Get() const
[]
FContentBrowserModule::GetAddPathViewPluginFilters
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Delegates to be called to extend list of content browser Plugin Filters
ContentBrowser
virtual [TArray](API\Runtime\Core\Containers\TArray)< [FAddPathViewPluginFilters](API\Editor\ContentBrowser\FContentBrowserModule\FAddPathViewPluginFilters) > & GetAddPathViewPluginFilters()
[]
FContentBrowserModule::GetAllAssetContextMenuExtenders
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Delegates to be called to extend the content browser menus
ContentBrowser
virtual [TArray](API\Runtime\Core\Containers\TArray)< FContentBrowserMenuExtender_SelectedPaths > & GetAllAssetContextMenuExtenders()
[]
FContentBrowserModule::GetAllAssetViewContextMenuExtenders
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
virtual [TArray](API\Runtime\Core\Containers\TArray)< FContentBrowserMenuExtender_SelectedAssets > & GetAllAssetViewContextMenuExtenders()
[]
FContentBrowserModule::GetAllAssetViewExtraStateGenerators
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Delegates to be called to add extra state indicators on the asset view
ContentBrowser
virtual const [TArray](API\Runtime\Core\Containers\TArray)< [FAssetViewExtraStateGenerator](API\Editor\ContentBrowser\FAssetViewExtraStateGenerator) > & GetAllAssetViewExtraStateGenerators()
[]
FContentBrowserModule::GetAllAssetViewViewMenuExtenders
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
virtual [TArray](API\Runtime\Core\Containers\TArray)< FContentBrowserMenuExtender > & GetAllAssetViewViewMenuExtenders()
[]
FContentBrowserModule::GetAllCollectionListContextMenuExtenders
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
virtual [TArray](API\Runtime\Core\Containers\TArray)< FContentBrowserMenuExtender > & GetAllCollectionListContextMenuExtenders()
[]
FContentBrowserModule::GetAllCollectionViewContextMenuExtenders
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
virtual [TArray](API\Runtime\Core\Containers\TArray)< FContentBrowserMenuExtender > & GetAllCollectionViewContextMenuExtenders()
[]
FContentBrowserModule::GetAllContentBrowserCommandExtenders
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Delegates to call to extend the command/keybinds for content browser
ContentBrowser
virtual [TArray](API\Runtime\Core\Containers\TArray)< FContentBrowserCommandExtender > & GetAllContentBrowserCommandExtenders()
[]
FContentBrowserModule::GetAllPathViewContextMenuExtenders
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
virtual [TArray](API\Runtime\Core\Containers\TArray)< FContentBrowserMenuExtender_SelectedPaths > & GetAllPathViewContextMenuExtenders()
[]
FContentBrowserModule::GetAllPathViewStateIconGenerators
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
ContentBrowser
virtual [TArray](API\Runtime\Core\Containers\TArray)< FPathViewStateIconGenerator > & GetAllPathViewStateIconGenerators()
[]
FContentBrowserModule::GetAssetViewDragAndDropExtenders
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Delegates to be called to extend the drag-and-drop support of the asset view
ContentBrowser
virtual [TArray](API\Runtime\Core\Containers\TArray)< [FAssetViewDragAndDropExtender](API\Editor\ContentBrowser\FAssetViewDragAndDropExtender) > & GetAssetViewDragAndDropExtenders()
[]
FContentBrowserModule::GetDefaultPathsToExpandDelegate
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Override list of paths to expand by default
ContentBrowser
[FDefaultPathsToExpandDelegate](API\Editor\ContentBrowser\FContentBrowserModule\FDefaultPathsToExpandDelegate) & GetDefaultPathsToExpandDelegate()
[]
FContentBrowserModule::GetDefaultSelectedPathsDelegate
/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Override list of paths to select by default
ContentBrowser
[FDefaultSelectedPathsDelegate](API\Editor\ContentBrowser\FContentBrowserModule\FDefaultSelectedPathsDelegate) & GetDefaultSelectedPathsDelegate()
[]