FSlateApplication::RoutePointerMoveEvent

Directly routes a pointer move event to the widgets in the specified widget path

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Framework/Application/SlateApplication.h

Include

#include "Framework/Application/SlateApplication.h"

Source

/Engine/Source/Runtime/Slate/Private/Framework/Application/SlateApplication.cpp

Syntax

bool RoutePointerMoveEvent
(
    const FWidgetPath & WidgetsUnderPointer,
    const FPointerEvent & PointerEvent,
    bool bIsSynthetic
)

Remarks

Directly routes a pointer move event to the widgets in the specified widget path

Parameters

Parameter

Description

WidgetsUnderPointer

The path of widgets the event is routed to.

PointerEvent

The event data that is is routed to the widget path

bIsSynthetic

Whether or not the move event is synthetic. Synthetic pointer moves used simulate an event without the pointer actually moving

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