Navigation
API > API/Runtime > API/Runtime/UMG
| Name | EWidgetGeometryMode |
| Type | enum |
| Header File | /Engine/Source/Runtime/UMG/Public/Components/WidgetComponent.h |
| Include Path | #include "Components/WidgetComponent.h" |
Syntax
enum EWidgetGeometryMode
{
Plane,
Cylinder,
}
Values
| Name | Remarks |
|---|---|
| Plane | The widget is mapped onto a plane |
| Cylinder | The widget is mapped onto a cylinder |