EShoulderButtonFlags

We'll also need a CommonNavigationConfig that respects the stick assignment as well so it also maps to nav mode EAnalogStick CursorMovementStick = [EAnalogStick::Left](API\Runtime\Slate\Framework\Application\EAnalogStick);

Windows
MacOS
Linux

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/Input/CommonAnalogCursor.h

Include

#include "Input/CommonAnalogCursor.h"

Syntax

enum EShoulderButtonFlags
{
    None             = 0,
    LeftShoulder     = 1 << 0,
    RightShoulder    = 1 << 1,
    LeftTrigger      = 1 << 2,
    RightTrigger     = 1 << 3,
    All              = 0x1111,
}

Values

Name

Description

None

LeftShoulder

RightShoulder

LeftTrigger

RightTrigger

All

Remarks

We'll also need a CommonNavigationConfig that respects the stick assignment as well so it also maps to nav mode EAnalogStick CursorMovementStick = EAnalogStick::Left;

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