Navigation
API > API/Editor > API/Editor/ContentBrowser
A selection of items in the Content Browser
| Name | FContentBrowserSelection |
| Type | struct |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include Path | #include "IContentBrowserSingleton.h" |
Syntax
struct FContentBrowserSelection
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SelectedAssets | TArray< FAssetData > | Legacy data - if set will take precedence over SelectedItems. | IContentBrowserSingleton.h | |
| SelectedFolders | TArray< FString > | IContentBrowserSingleton.h | ||
| SelectedItems | TArray< FContentBrowserItem > | IContentBrowserSingleton.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Empty() |
IContentBrowserSingleton.h | ||
bool IsLegacy() |
IContentBrowserSingleton.h | ||
int32 Num() |
IContentBrowserSingleton.h | ||
void Reset() |
IContentBrowserSingleton.h |