Navigation
API > API/Runtime > API/Runtime/MessagingCommon > API/Runtime/MessagingCommon/TRawMessageHandler
References
| Module | MessagingCommon |
| Header | /Engine/Source/Runtime/MessagingCommon/Public/MessageHandlers.h |
| Include | #include "MessageHandlers.h" |
TRawMessageHandler
(
HandlerType * InHandler,
FuncType InFunc
)
Remarks
Creates and initializes a new message handler.
Parameters
| Name | Description |
|---|---|
| InHandler | The object that will handle the messages. |
| InFunc | The object's message handling function. |