Navigation
Unreal Engine C++ API Reference > Editor > ContentBrowser
References
Module | ContentBrowser |
Header | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
Include | #include "IContentBrowserSingleton.h" |
Syntax
struct FCollectionPickerConfig
Remarks
A struct containing details about how the collection picker should behave
Variables
Type | Name | Description |
---|---|---|
bool | AllowCollectionButtons | If true, collection buttons will be displayed |
bool | AllowRightClickMenu | If true, users will be able to access the right-click menu of a collection |
FOnCollectionSe... | OnCollectionSelected | Called when a collection was selected |
Constructors
Type | Name | Description |
---|---|---|
FCollectionPickerConfig () |