Navigation
API > API/Editor > API/Editor/UnrealEd
The edge of the thumbnail along which to display the color strip
| Name | EThumbnailColorStripOrientation |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/AssetThumbnail.h |
| Include Path | #include "AssetThumbnail.h" |
Syntax
enum EThumbnailColorStripOrientation
{
HorizontalBottomEdge,
VerticalRightEdge,
}
Values
| Name | Remarks |
|---|---|
| HorizontalBottomEdge | Display the color strip as a horizontal line along the bottom edge |
| VerticalRightEdge | Display the color strip as a vertical line along the right edge |