Navigation
API > API/Editor > API/Editor/ContentBrowser
A struct containing details about how the collection picker should behave
| Name | FCollectionPickerConfig |
| Type | struct |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include Path | #include "IContentBrowserSingleton.h" |
Syntax
struct FCollectionPickerConfig
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCollectionPickerConfig() |
IContentBrowserSingleton.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AllowCollectionButtons | bool | If true, collection buttons will be displayed | IContentBrowserSingleton.h | |
| AllowRightClickMenu | bool | If true, users will be able to access the right-click menu of a collection | IContentBrowserSingleton.h | |
| CollectionContainer | TSharedPtr< ICollectionContainer > | The collection container to view | IContentBrowserSingleton.h | |
| OnCollectionSelected | FOnCollectionSelected | Called when a collection was selected | IContentBrowserSingleton.h |