Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Can be used to specify what visuals should be created for a given element, when multiple are available, ie. Fill and Line.
| Name | EGizmoElementDrawType |
| Type | enum |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementShared.h |
| Include Path | #include "BaseGizmos/GizmoElementShared.h" |
Syntax
enum EGizmoElementDrawType
{
None = 0x00,
Fill = 1 << 1,
Line = 1 << 2,
FillAndLine = Fill | Line,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Fill | |
| Line | |
| FillAndLine |