UUserWidget::OnTouchStarted

Called when a touchpad touch is started (finger down)

Windows
MacOS
Linux

References

Module

UMG

Header

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

Include

#include "Blueprint/UserWidget.h"

Syntax

FEventReply OnTouchStarted
(
    FGeometry MyGeometry,
    const FPointerEvent & InTouchEvent
)

Remarks

Called when a touchpad touch is started (finger down)

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