Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
| Name | EViewInteractionState |
| Type | enum |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/ToolContextInterfaces.h |
| Include Path | #include "ToolContextInterfaces.h" |
Syntax
enum EViewInteractionState
{
None = 0,
Hovered = 1,
Focused = 2,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Hovered | |
| Focused |