EToolSide

A Tool can be activated on a particular input device, currently identified by a "side"

Choose your operating system:

Windows

macOS

Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolManager.h

Include

#include "InteractiveToolManager.h"

Syntax

enum EToolSide
{
    Left     = 1,
    Mouse    = 1,
    Right    = 2,
}

Values

Name

Description

Left

Left-hand Tool, also used for Mouse

Mouse

Right

Right-hand Tool

Remarks

A Tool can be activated on a particular input device, currently identified by a "side"