UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TReplyBase< ReplyType > Class Template Reference

#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< SWidgetGetHandler () const
 

Protected Member Functions

ReplyTypeSetHandler (const TSharedRef< SWidget > &InHandler)
 
ReplyTypeMe ()
 
- Protected Member Functions inherited from FReplyBase
 FReplyBase (bool InIsHandled)
 

Friends

class FEventRouter
 

Additional Inherited Members

- Protected Attributes inherited from FReplyBase
bool bIsHandled
 
TSharedPtr< SWidgetEventHandler
 

Constructor & Destructor Documentation

◆ TReplyBase()

template<typename ReplyType >
TReplyBase< ReplyType >::TReplyBase ( bool  bIsHandled)
inline

Member Function Documentation

◆ Me()

template<typename ReplyType >
ReplyType & TReplyBase< ReplyType >::Me ( )
inlineprotected
Returns
a reference to this reply

◆ SetHandler()

template<typename ReplyType >
ReplyType & TReplyBase< ReplyType >::SetHandler ( const TSharedRef< SWidget > &  InHandler)
inlineprotected

Set the widget that handled the event; undefined if never handled. This method is to be used by SlateApplication only!

Friends And Related Symbol Documentation

◆ FEventRouter

template<typename ReplyType >
friend class FEventRouter
friend

The documentation for this class was generated from the following file: