Navigation
Unreal Engine C++ API Reference > Runtime > MessagingCommon > TRawMessageCatchall
References
Module | MessagingCommon |
Header | /Engine/Source/Runtime/MessagingCommon/Public/MessageHandlers.h |
Include | #include "MessageHandlers.h" |
TRawMessageCatchall
&40;
HandlerType &42; InHandler,
FuncType InFunc
&41;
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. |