Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Application > API/Runtime/Slate/Framework/Application/FSlateApplication
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 |
bool RoutePointerMoveEvent
&40;
const FWidgetPath & WidgetsUnderPointer,
const FPointerEvent & PointerEvent,
bool bIsSynthetic
&41;
Remarks
Directly routes a pointer move event to the widgets in the specified widget path
Parameters
| Name | 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 |