IMessageBus::Intercept

Adds an interceptor for messages of the specified type.

Windows
MacOS
Linux

References

Module

Messaging

Header

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

Include

#include "IMessageBus.h"

Syntax

void Intercept
(
    const TSharedRef< IMessageInterceptor, ESPMode::ThreadSafe > & Interceptor,
    const FName & MessageType
)

Remarks

Adds an interceptor for messages of the specified type.

Parameters

Parameter

Description

Interceptor

The interceptor.

MessageType

The type of messages to intercept.

See Also

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