FContentBrowserConfig

A struct containing details about how the content browser should behave

Windows
MacOS
Linux

References

Module

ContentBrowser

Header

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

Include

#include "IContentBrowserSingleton.h"

Syntax

struct FContentBrowserConfig

Remarks

A struct containing details about how the content browser should behave

Variables

Name Description

Public variable

bool

 

bCanSetAsPrimaryBrowser

Whether or not this Content Browser can be used as the Primary Browser for SyncBrowserTo functions

Public variable

bool

 

bCanShowAssetSearch

Whether to show asset search

Public variable

bool

 

bCanShowClasses

Indicates if this view is allowed to show classes

Public variable

bool

 

bCanShowDevelopersFolder

Indicates if the 'Show Developers' option should be enabled or disabled

Public variable

bool

 

bCanShowFilters

Whether to show filters

Public variable

bool

 

bCanShowFolders

Indicates if the 'Show folders' option should be enabled or disabled

Public variable

bool

 

bCanShowLockButton

Whether the 'lock' button is visible on the toolbar

Public variable

bool

 

bCanShowRealTimeThumbnails

Indicates if the 'Real-Time Thumbnails' option should be enabled or disabled

Public variable

bool

 

bExpandSourcesView

Whether the sources view should initially be expanded or not

Public variable

bool

 

bShowBottomToolbar

If true, show the bottom toolbar which shows # of assets selected, view mode buttons, etc...

Public variable

bool

 

bUsePathPicker

Whether the path picker is available or not

Public variable

bool

 

bUseSourcesView

Whether the sources view for choosing folders/collections is available or not

Public variable

EAssetViewType:...

 

InitialAssetViewType

The default view mode

Public variable

FCollectionName...

 

SelectedCollectionName

Collection to view initially

Public variable

EThumbnailLabel...

 

ThumbnailLabel

The contents of the label on the thumbnail

Public variable

TAttribute< flo...

 

ThumbnailScale

The default scale for thumbnails. [0-1] range

Constructors

Name Description

Public function

FContentBrowserConfig()

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