Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
FContentBrowserCompiledSubsystemFilter |
Internal - Filter data used to inject dummy items for the path down to the mount root of each data source |
|
FContentBrowserCompiledVirtualFolderFilter |
Internal - Filter data used to inject dummy items |
|
FContentBrowserDataClassFilter |
Data used to filter object instances by their class. |
|
FContentBrowserDataCollectionFilter |
Data used to filter items by their collection. |
|
FContentBrowserDataCompiledFilter |
A filter used to control what is returned from Content Browser data queries. |
|
FContentBrowserDataDragDropOp |
|
|
FContentBrowserDataFilter |
A filter used to control what is returned from Content Browser data queries. |
|
FContentBrowserDataFilterList |
A list of typed filter structs and their associated data. |
|
FContentBrowserDataLegacyFilter |
Filter data used to provide legacy information to the asset data source |
|
FContentBrowserDataObjectFilter |
Data used to filter object instances by their name and tags. |
|
FContentBrowserDataPackageFilter |
Data used to filter object instances by their package. |
|
FContentBrowserItem |
Representation of a Content Browser item. |
|
FContentBrowserItemData |
The primitive data that represents an internal Content Browser item, as defined and managed by a Content Browser data source. |
|
FContentBrowserItemDataAttributeMetaData |
Type describing the meta-data associated with an item attribute value. |
|
FContentBrowserItemDataAttributeValue |
Type describing the value of an item attribute. |
|
FContentBrowserItemDataKey |
Minimal representation of a FContentBrowserItemData instance that can be used as a map key. |
|
FContentBrowserItemDataTemporaryContext |
Context for asynchronous item creation (for new items or duplicating existing ones). |
|
FContentBrowserItemDataUpdate |
Type describing an update to an item. |
|
FContentBrowserItemKey |
Minimal representation of a FContentBrowserItem instance that can be used as a map key. |
|
FContentBrowserItemPath |
Hold multiple versions of a path as FNames Path conversion each time Set is called |
|
FContentBrowserItemTemporaryContext |
Context for asynchronous item creation (for new items or duplicating existing ones). |
|
FContentBrowserItemUpdate |
Type describing an update to an item. |
|
FContentBrowserVirtualPathTree |
Tree of virtual paths ending where internal paths start. |
|
FScopedSuppressContentBrowserDataTick |
Helper to suppress Tick events during critical times, when the underlying data should not be updated. |
|
IContentBrowserDataModule |
|
|
IContentBrowserItemDataPayload |
Interface used to store any data source defined payload data that is required to operate on the underlying thing that a Content Browser item represents. |
|
IContentBrowserItemDataSink |
The data sink interface that can be used to communicate with the Content Browser Data Subsystem. |
|
UContentBrowserDataMenuContext_AddNewMenu |
|
|
UContentBrowserDataMenuContext_DragDropMenu |
|
|
UContentBrowserDataMenuContext_FileMenu |
|
|
UContentBrowserDataMenuContext_FolderMenu |
|
|
UContentBrowserDataSource |
A common implementation of a "do nothing" data source for the Content Browser. |
|
UContentBrowserDataSubsystem |
Subsystem that provides access to Content Browser data. |
|
UContentBrowserItemLibrary |
TODO: Script API exposure. |
Name |
Description |
---|---|
FContentBrowserGenerateVirtualPathDelegate |
Called when generating a virtual path, allows customization of how a virtual path is generated. |
FContentBrowserItemDataAttributeValues |
|
FOnContentBrowserItemDataDiscoveryComplete |
Called when all active data sources have completed their initial content discovery scan. |
FOnContentBrowserItemDataRefreshed |
Called for wholesale item data updates from data sources that can't provide delta-updates, or when the set of active data sources is modified |
FOnContentBrowserItemDataUpdated |
Called for incremental item data updates from data sources that can provide delta-updates |
FOnCreateNewAsset |
Called to begin user controlled asset creation via the asset data source (if available) |
FOnGetCustomSourceAssets |
Called to add extra asset data to the asset view, to display virtual assets. |
Name |
Description |
|
---|---|---|
|
EContentBrowserDataMenuContext_AddNewMenuDomain |
|
|
EContentBrowserItemAttributeFilter |
Flags controlling which item attributes should be included |
|
EContentBrowserItemCategoryFilter |
Flags controlling which item categories should be included |
|
EContentBrowserItemDataAttributeValueType |
Enum denoting the types of values that an item attribute can store |
|
EContentBrowserItemFlags |
Flags denoting basic state information for an item instance |
|
EContentBrowserItemSaveFlags |
Flags denoting the save behavior of items |
|
EContentBrowserItemTypeFilter |
Flags controlling which item types should be included |
|
EContentBrowserItemUpdateType |
Enum denoting the types of updates that can be emitted for an item |
|
EContentBrowserPathType |
Name | Description | ||
---|---|---|---|
|
const FName |
ItemColor |
Attribute key that can be used to query the display color of an item. |
|
const FName |
ItemDescription |
Attribute key that can be used to query the internal description of an item. |
|
const FName |
ItemDiskSize |
Attribute key that can be used to query the internal disk size of an item. Type: int64. |
|
const FName |
ItemIsDeveloperContent |
Attribute key that can be used to query whether the given item is considered to be developer content. |
|
const FName |
ItemIsEngineContent |
Attribute key that can be used to query whether the given item is considered to be engine content (including engine plugin content). |
|
const FName |
ItemIsLocalizedContent |
Attribute key that can be used to query whether the given item is considered to be localized content. |
|
const FName |
ItemIsPluginContent |
Attribute key that can be used to query whether the given item is considered to be plugin content. |
|
const FName |
ItemIsProjectContent |
Attribute key that can be used to query whether the given item is considered to be project content (including project plugin content). |
|
const FName |
ItemTypeDisplayName |
Attribute key that can be used to query the internal type display name of an item. |
|
const FName |
ItemTypeName |
Attribute key that can be used to query the internal type name of an item. |