IBusListener::NotifyRegistration

Notify a registration event from the bus This is called when a receiver is registered or unregistered from the bus.

Windows
MacOS
Linux

Override Hierarchy

IBusListener::NotifyRegistration()

FMessageEndpoint::NotifyRegistration()

References

Module

Messaging

Header

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

Include

#include "IMessageBusListener.h"

Syntax

void NotifyRegistration
(
    const FMessageAddress & Address,
    EMessageBusNotification Notification
)

Remarks

Notify a registration event from the bus This is called when a receiver is registered or unregistered from the bus.

Parameters

Parameter

Description

Address

The address of the recipient that just un/registered from the bus.

Notification

The even type, either Registered or Unregistered

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