Navigation
API > API/Runtime > API/Runtime/MessagingCommon
Template for handlers of one specific message type (via function objects).
| |
|
| Name |
TFunctionMessageHandler |
| Type |
class |
| Header File |
/Engine/Source/Runtime/MessagingCommon/Public/MessageHandlers.h |
| Include Path |
#include "MessageHandlers.h" |
Syntax
template<typename MessageType>
class TFunctionMessageHandler : public IMessageHandler
Implements Interfaces
Constructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
TFunctionMessageHandler
(
FuncType InFunc
)
|
Creates and initializes a new message handler. |
MessageHandlers.h |
|
Destructors
| Name |
Remarks |
Include Path |
Unreal Specifiers |
~TFunctionMessageHandler()
|
Virtual destructor. |
MessageHandlers.h |
|
Typedefs
Variables
Protected
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| Func |
FuncType |
Holds a pointer to the actual handler function. |
MessageHandlers.h |
|
Functions
Public