Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
| Name | UE::InteractiveTools::EViewportClickButton |
| Type | enum |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/ViewportInteractions/ViewportClickInteraction.h |
| Include Path | #include "ViewportInteractions/ViewportClickInteraction.h" |
Syntax
namespace UE
{
namespace InteractiveTools
{
enum EViewportClickButton
{
Left,
Middle,
Right,
}
}
}
Values
| Name | Remarks |
|---|---|
| Left | |
| Middle | |
| Right |