IMessageInterceptor::InterceptMessage

Intercepts a message before it is being passed to the message router.

Windows
MacOS
Linux

References

Module

Messaging

Header

/Engine/Source/Runtime/Messaging/Public/IMessageInterceptor.h

Include

#include "IMessageInterceptor.h"

Syntax

bool InterceptMessage
(
    const TSharedRef< IMessageContext, ESPMode::ThreadSafe > & Context
)

Remarks

Intercepts a message before it is being passed to the message router.

Returns

true if the message was intercepted and should not be routed, false otherwise.

Parameters

Parameter

Description

Context

The context of the message to intercept.

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