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 |
void ProcessReply
&40;
const FWidgetPath & CurrentEventPath,
const FReply & TheReply,
const FWidgetPath &42; WidgetsUnderMouse,
const FPointerEvent &42; InMouseEvent,
const uint32 UserIndex
&41;
Remarks
Apply any requests from the Reply to the application. E.g. Capture mouse
Parameters
| Name | Description |
|---|---|
| CurrentEventPath | The WidgetPath along which the reply-generated event was routed |
| TheReply | The reply generated by an event that was being processed. |
| WidgetsUnderMouse | Optional widgets currently under the mouse; initiating drag and drop needs access to widgets under the mouse. |
| InMouseEvent | Optional mouse event that caused this action. |
| UserIndex | User index that generated the event we are replying to (defaults to 0, at least for now) |