IMessageBus::AddNotificationListener

Add 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 AddNotificationListener
(
    const TSharedRef< IBusListener, ESPMode::ThreadSafe > & Listener
)

Remarks

Add a listener to the bus notifications

Parameters

Parameter

Description

Listener

The listener to as to 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