FSceneViewport::OnTouchMoved

Called when a touchpad touch is moved (finger moved)

Windows
MacOS
Linux

Override Hierarchy

ISlateViewport::OnTouchMoved()

FSceneViewport::OnTouchMoved()

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Slate/SceneViewport.h

Include

#include "Slate/SceneViewport.h"

Source

/Engine/Source/Runtime/Engine/Private/Slate/SceneViewport.cpp

Syntax

virtual FReply OnTouchMoved
(
    const FGeometry & MyGeometry,
    const FPointerEvent & InTouchEvent
)

Remarks

Called when a touchpad touch is moved (finger moved)

Parameters

Parameter

Description

ControllerEvent

The controller event generated

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