Navigation
API > API/Editor > API/Editor/UnrealEd
Thumbnail information for world assets
| Name | EOrthoThumbnailDirection::Type |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/WorldThumbnailInfo.h |
| Include Path | #include "ThumbnailRendering/WorldThumbnailInfo.h" |
Syntax
namespace EOrthoThumbnailDirection
{
enum Type
{
Top,
Bottom,
Left,
Right,
Front,
Back,
}
}
Values
| Name | Remarks |
|---|---|
| Top | |
| Bottom | |
| Left | |
| Right | |
| Front | |
| Back |