SViewport::OnTouchStarted

Called when a touchpad touch is started (finger down)

Windows
MacOS
Linux

Override Hierarchy

SWidget::OnTouchStarted()

SViewport::OnTouchStarted()

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/SViewport.h

Include

#include "Widgets/SViewport.h"

Source

/Engine/Source/Runtime/Slate/Private/Widgets/SViewport.cpp

Syntax

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

Remarks

Called when a touchpad touch is started (finger down)

Parameters

Parameter

Description

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