UUserWidget::OnTouchMoved

Called when a touchpad touch is moved (finger moved)

Windows
MacOS
Linux

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Blueprint/UserWidget.h

Include

#include "Blueprint/UserWidget.h"

Syntax

FEventReply OnTouchMoved
(
    FGeometry MyGeometry,
    const FPointerEvent & InTouchEvent
)

Remarks

Called when a touchpad touch is moved (finger moved)

Parameters

Parameter

Description

MyGeometry

The geometry of the widget receiving the event.

InTouchEvent

The touch 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