SObjectTableRow::OnTouchStarted

Called when a touchpad touch is started (finger down)

Windows
MacOS
Linux

Override Hierarchy

References

Module

UMG

Header

/Engine/Source/Runtime/UMG/Public/Slate/SObjectTableRow.h

Include

#include "Slate/SObjectTableRow.h"

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