IMessageBus::Unintercept

Removes 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 Unintercept
(
    const TSharedRef< IMessageInterceptor, ESPMode::ThreadSafe > & Interceptor,
    const FName & MessageType
)

Remarks

Removes an interceptor for messages of the specified type.

Parameters

Parameter

Description

Interceptor

The interceptor to remove.

MessageType

The type of messages to stop intercepting.

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