ETouchSwipeDirection

Directions the trackpad can be swiped to

Windows
MacOS
Linux

References

Module

VREditor

Header

/Engine/Source/Editor/VREditor/Public/VREditorInteractor.h

Include

#include "VREditorInteractor.h"

Syntax

enum ETouchSwipeDirection
{
    None     = 0,
    Left     = 1,
    Right    = 2,
    Up       = 3,
    Down     = 4,
}

Values

Name

Description

None

Left

Right

Up

Down

Remarks

Directions the trackpad can be swiped to

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