EToolSide

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

Windows
MacOS
Linux

References

Module

InteractiveToolsFramework

Header

/Engine/Source/Runtime/Experimental/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"

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss