FSlateApplication::ProcessReply

Apply any requests from the Reply to the application. E.g. Capture mouse

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

void ProcessReply
(
    const FWidgetPath & CurrentEventPath,
    const FReply & TheReply,
    const FWidgetPath * WidgetsUnderMouse,
    const FPointerEvent * InMouseEvent,
    const uint32 UserIndex
)

Remarks

Apply any requests from the Reply to the application. E.g. Capture mouse

Parameters

Parameter

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)

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