Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Interaction state of gizmo element
| Name | EGizmoElementInteractionState |
| Type | enum |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseGizmos/GizmoElementShared.h |
| Include Path | #include "BaseGizmos/GizmoElementShared.h" |
Syntax
enum EGizmoElementInteractionState
{
None,
Hovering,
Interacting,
Selected,
Subdued,
Max,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Hovering | |
| Interacting | |
| Selected | |
| Subdued | |
| Max |