Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
A Tool can be activated on a particular input device, currently identified by a "side"
| Name | EToolSide |
| Type | enum |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolManager.h |
| Include Path | #include "InteractiveToolManager.h" |
Syntax
enum EToolSide
{
Left = 1,
Mouse = 1,
Right = 2,
}
Values
| Name | Remarks |
|---|---|
| Left | Left-hand Tool, also used for Mouse |
| Mouse | |
| Right | Right-hand Tool |