![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ReplyBase.h>
Inheritance diagram for FReplyBase:Public Member Functions | |
| bool | IsEventHandled () const |
| const TSharedPtr< SWidget > | GetHandler () const |
Protected Member Functions | |
| FReplyBase (bool InIsHandled) | |
Protected Attributes | |
| bool | bIsHandled |
| TSharedPtr< SWidget > | EventHandler |
Base class for all the ways that a Slate Widget can reply to events. Typical replies include requests to set focus, capture or release the pointer, signify a cursor preference, etc.
|
inlineprotected |
A reply can be handled or unhandled. Any widget handling events decides whether it has handled the event.
|
inline |
The widget that ultimately handled the event
|
inline |
|
protected |
Has a widget handled an event.
|
protected |
Widget that handled the event that generated this reply.