EControllerHand

Defines the controller hands for tracking.

Windows
MacOS
Linux

References

Module

InputCore

Header

/Engine/Source/Runtime/InputCore/Classes/InputCoreTypes.h

Include

#include "InputCoreTypes.h"

Syntax

enum EControllerHand
{
    Left,
    Right,
    AnyHand,
    Pad,
    ExternalCamera,
    Gun,
    Special_1,
    Special_2,
    Special_3,
    Special_4,
    Special_5,
    Special_6,
    Special_7,
    Special_8,
    Special_9,
    Special_10,
    Special_11,
    ControllerHand_Count,
}

Values

Name

Description

Left

Right

AnyHand

Pad

ExternalCamera

Gun

Special_1

Special_2

Special_3

Special_4

Special_5

Special_6

Special_7

Special_8

Special_9

Special_10

Special_11

ControllerHand_Count

Remarks

Defines the controller hands for tracking. Could be expanded, as needed, to facilitate non-handheld controllers

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