FContentBrowserModule

Content browser module

Unreal Engine C++ API Reference > Editor > ContentBrowser

Inheritance Hierarchy

References

   
Module ContentBrowser
Header /Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h
Include #include "ContentBrowserModule.h"

Syntax

class FContentBrowserModule : public [IModuleInterface](API\Runtime\Core\Modules\IModuleInterface)  

Remarks

Content browser module

Functions

Type Name Description
FDelegateHan... AddAssetViewExtraStateGenerator ( const FAssetViewExtraStateGenerator... ) Add a generator to add extra state functionality to the content browser's assets.
void AddDynamicTagAssetClass ( const FName& InName )  
IContentBrow... Get () Gets the content browser singleton
TArray< FAdd... GetAddPathViewPluginFilters () Delegates to be called to extend list of content browser Plugin Filters
TArray< FCon... GetAllAssetContextMenuExtenders () Delegates to be called to extend the content browser menus
TArray< FCon... GetAllAssetViewContextMenuExtenders ()  
const TArray... GetAllAssetViewExtraStateGenerators () Delegates to be called to add extra state indicators on the asset view
TArray< FCon... GetAllAssetViewViewMenuExtenders ()  
TArray< FCon... GetAllCollectionListContextMenuExtenders ()  
TArray< FCon... GetAllCollectionViewContextMenuExtenders ()  
TArray< FCon... GetAllContentBrowserCommandExtenders () Delegates to call to extend the command/keybinds for content browser
TArray< FCon... GetAllPathViewContextMenuExtenders ()  
TArray< FPat... GetAllPathViewStateIconGenerators ()  
TArray< FAss... GetAssetViewDragAndDropExtenders () Delegates to be called to extend the drag-and-drop support of the asset view
FDefaultPath... GetDefaultPathsToExpandDelegate () Override list of paths to expand by default
FDefaultSele... GetDefaultSelectedPathsDelegate () Override list of paths to select by default
FOnAssetPath... GetOnAssetPathChanged ()  
FOnAssetSele... GetOnAssetSelectionChanged ()  
FOnContentBr... GetOnContentBrowserSettingChanged ()  
FOnFilterCha... GetOnFilterChanged () Delegate accessors
FOnSearchBox... GetOnSearchBoxChanged ()  
FOnSourcesVi... GetOnSourcesViewChanged ()  
FMainMRUFavo... GetRecentlyOpenedAssets ()  
bool IsDynamicTagAssetClass ( const FName& InName )  
void RemoveAssetViewExtraStateGenerator ( const FDelegateHandle& GeneratorHa... ) Remove an asset view extra state generator.
void RemoveDynamicTagAssetClass ( const FName& InName )  

Overridden from IModuleInterface

Type Name Description
void ShutdownModule () Called before the plugin is unloaded, right before the plugin object is destroyed.
void StartupModule () Called right after the plugin DLL has been loaded and the plugin object has been created

Typedefs

Constants

Name Description
NumberOfRecentAssetsName  

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library