Navigation
API > API/Editor > API/Editor/UnrealEd
Types of primitives for drawing thumbnails of resources.
| Name | EThumbnailPrimType |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Classes/ThumbnailRendering/ThumbnailManager.h |
| Include Path | #include "ThumbnailRendering/ThumbnailManager.h" |
Syntax
enum EThumbnailPrimType
{
TPT_None,
TPT_Sphere,
TPT_Cube,
TPT_Plane,
TPT_Cylinder,
TPT_MAX,
}
Values
| Name | Remarks |
|---|---|
| TPT_None | |
| TPT_Sphere | |
| TPT_Cube | |
| TPT_Plane | |
| TPT_Cylinder | |
| TPT_MAX |