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 ProcessExternalReply
&40;
const FWidgetPath & CurrentEventPath,
const FReply TheReply,
const int32 UserIndex,
const int32 PointerIndex
&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. |
| UserIndex | User index that generated the event we are replying to (defaults to 0, at least for now) |
| PointerIndex | Pointer index that generated the event we are replying to |