![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ReplyBase.h>
Inheritance diagram for TReplyBase< ReplyType >:Public Member Functions | |
| TReplyBase (bool bIsHandled) | |
Public Member Functions inherited from FReplyBase | |
| bool | IsEventHandled () const |
| const TSharedPtr< SWidget > | GetHandler () const |
Protected Member Functions | |
| ReplyType & | SetHandler (const TSharedRef< SWidget > &InHandler) |
| ReplyType & | Me () |
Protected Member Functions inherited from FReplyBase | |
| FReplyBase (bool InIsHandled) | |
Friends | |
| class | FEventRouter |
Additional Inherited Members | |
Protected Attributes inherited from FReplyBase | |
| bool | bIsHandled |
| TSharedPtr< SWidget > | EventHandler |
|
inline |
|
inlineprotected |
|
inlineprotected |
Set the widget that handled the event; undefined if never handled. This method is to be used by SlateApplication only!
|
friend |