Navigation
API > API/Editor > API/Editor/VREditor
Directions the trackpad can be swiped to
| Name | ETouchSwipeDirection |
| Type | enum |
| Header File | /Engine/Source/Editor/VREditor/Public/VREditorInteractor.h |
| Include Path | #include "VREditorInteractor.h" |
Syntax
enum ETouchSwipeDirection
{
None = 0,
Left = 1,
Right = 2,
Up = 3,
Down = 4,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Left | |
| Right | |
| Up | |
| Down |