FContentBrowserModule

Content browser module

Windows
MacOS
Linux

Inheritance Hierarchy

IModuleInterface

FContentBrowserModule

References

Module

ContentBrowser

Header

/Engine/Source/Editor/ContentBrowser/Public/ContentBrowserModule.h

Include

#include "ContentBrowserModule.h"

Syntax

class FContentBrowserModule : public IModuleInterface

Remarks

Content browser module

Functions

Name Description

Public function Virtual

FDelegateHan...

 

AddAssetViewExtraStateGenerator

(
    const FAssetViewExtraStateGenerator...
)

Add a generator to add extra state functionality to the content browser's assets.

Public function Virtual Const

IContentBrow...

 

Get()

Gets the content browser singleton

Public function Virtual

TArray< FCon...

 

GetAllAssetContextMenuExtenders()

Delegates to be called to extend the content browser menus

Public function Virtual

TArray< FCon...

 

GetAllAssetViewContextMenuExtenders()

Public function Virtual

const TArray...

 

GetAllAssetViewExtraStateGenerators()

Delegates to be called to add extra state indicators on the asset view

Public function Virtual

TArray< FCon...

 

GetAllAssetViewViewMenuExtenders()

Public function Virtual

TArray< FCon...

 

GetAllCollectionListContextMenuExtenders()

Public function Virtual

TArray< FCon...

 

GetAllCollectionViewContextMenuExtenders()

Public function Virtual

TArray< FCon...

 

GetAllContentBrowserCommandExtenders()

Delegates to call to extend the command/keybinds for content browser

Public function Virtual

TArray< FCon...

 

GetAllPathViewContextMenuExtenders()

Public function Virtual

TArray< FAss...

 

GetAssetViewDragAndDropExtenders()

Delegates to be called to extend the drag-and-drop support of the asset view

Public function

FOnAssetPath...

 

GetOnAssetPathChanged()

Public function

FOnAssetSele...

 

GetOnAssetSelectionChanged()

Public function

FOnFilterCha...

 

GetOnFilterChanged()

Delegate accessors

Public function

FOnSearchBox...

 

GetOnSearchBoxChanged()

Public function

FOnSourcesVi...

 

GetOnSourcesViewChanged()

Public function Const

FMainMRUFavo...

 

GetRecentlyOpenedAssets()

Public function Virtual

void

 

RemoveAssetViewExtraStateGenerator

(
    const FDelegateHandle& GeneratorHa...
)

Remove an asset view extra state generator.

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

Called before the plugin is unloaded, right before the plugin object is destroyed.

Public function Virtual

void

 

StartupModule()

Called right after the plugin DLL has been loaded and the plugin object has been created

Typedefs

Constants

Name

Description

NumberOfRecentAssetsName

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss