Navigation
API > API/Editor > API/Editor/ContentBrowser
The view modes used in SAssetView
| Name | EAssetViewType::Type |
| Type | enum |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include Path | #include "IContentBrowserSingleton.h" |
Syntax
namespace EAssetViewType
{
enum Type
{
List,
Tile,
Column,
Custom,
MAX,
}
}
Values
| Name | Remarks |
|---|---|
| List | |
| Tile | |
| Column | |
| Custom | |
| MAX |