TRawMessageHandler::TRawMessageHandler

Creates and initializes a new message handler.

Windows
MacOS
Linux

References

Module

MessagingCommon

Header

/Engine/Source/Runtime/MessagingCommon/Public/MessageHandlers.h

Include

#include "MessageHandlers.h"

Syntax

TRawMessageHandler
(
    HandlerType * InHandler,
    FuncType InFunc
)

Remarks

Creates and initializes a new message handler.

Parameters

Parameter

Description

InHandler

The object that will handle the messages.

InFunc

The object's message handling function.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss