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 |
FReply RoutePointerDoubleClickEvent
&40;
const FWidgetPath & WidgetsUnderPointer,
const FPointerEvent & PointerEvent
&41;
Remarks
Directly routes a pointer double click 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 |