Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | EThumbnailSize |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/AssetThumbnail.h |
| Include Path | #include "AssetThumbnail.h" |
Syntax
enum EThumbnailSize
{
Tiny = 0,
Small,
Medium,
Large,
XLarge,
Huge,
MAX,
}
Values
| Name | Remarks |
|---|---|
| Tiny | |
| Small | |
| Medium | |
| Large | |
| XLarge | |
| Huge | |
| MAX | Not a size. |