Navigation
API > API/Editor > API/Editor/ContentBrowser
A struct containing details about how the content browser should behave
| Name | FContentBrowserConfig |
| Type | struct |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include Path | #include "IContentBrowserSingleton.h" |
Syntax
struct FContentBrowserConfig
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContentBrowserConfig() |
IContentBrowserSingleton.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCanSetAsPrimaryBrowser | bool | Whether or not this Content Browser can be used as the Primary Browser for SyncBrowserTo functions | IContentBrowserSingleton.h | |
| bCanShowAssetSearch | bool | Whether to show asset search | IContentBrowserSingleton.h | |
| bCanShowClasses | bool | Indicates if this view is allowed to show classes | IContentBrowserSingleton.h | |
| bCanShowDevelopersFolder | bool | Indicates if the 'Show Developers' option should be enabled or disabled | IContentBrowserSingleton.h | |
| bCanShowFilters | bool | Whether to show filters | IContentBrowserSingleton.h | |
| bCanShowFolders | bool | Indicates if the 'Show folders' option should be enabled or disabled | IContentBrowserSingleton.h | |
| bCanShowLockButton | bool | Whether the 'lock' button is visible on the toolbar | IContentBrowserSingleton.h | |
| bCanShowRealTimeThumbnails | bool | Indicates if the 'Real-Time Thumbnails' option should be enabled or disabled | IContentBrowserSingleton.h | |
| bExpandSourcesView | bool | Whether the sources view should initially be expanded or not | IContentBrowserSingleton.h | |
| bShowBottomToolbar | bool | If true, show the bottom toolbar which shows # of assets selected, view mode buttons, etc... | IContentBrowserSingleton.h | |
| bUsePathPicker | bool | Whether the path picker is available or not | IContentBrowserSingleton.h | |
| bUseSourcesView | bool | Whether the sources view for choosing folders/collections is available or not | IContentBrowserSingleton.h | |
| InitialAssetViewType | EAssetViewType::Type | The default view mode | IContentBrowserSingleton.h | |
| SelectedCollection | FCollectionRef | Collection to view initially | IContentBrowserSingleton.h | |
| SelectedCollectionName | FCollectionNameType | IContentBrowserSingleton.h | ||
| ThumbnailLabel | EThumbnailLabel::Type | The contents of the label on the thumbnail | IContentBrowserSingleton.h | |
| ThumbnailScale | TAttribute< float > | The default scale for thumbnails. [0-1] range | IContentBrowserSingleton.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
PRAGMA_DISABLE_DEPRECATION_WARNINGS FContentBrowserConfig & operator=
(
const FContentBrowserConfig& |
IContentBrowserSingleton.h |