IMessageBus::RemoveNotificationListener

Remove a listener to the bus notifications

Windows
MacOS
Linux

References

Module

Messaging

Header

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

Include

#include "IMessageBus.h"

Syntax

void RemoveNotificationListener
(
    const TSharedRef< IBusListener, ESPMode::ThreadSafe > & Listener
)

Remarks

Remove a listener to the bus notifications

Parameters

Parameter

Description

Listener

The listener to remove from the registration notifications

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