IMessageBus::Register

Registers a message recipient with the message bus.

Windows
MacOS
Linux

References

Module

Messaging

Header

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

Include

#include "IMessageBus.h"

Syntax

void Register
(
    const FMessageAddress & Address,
    const TSharedRef< IMessageReceiver, ESPMode::ThreadSafe > & Recipient
)

Remarks

Registers a message recipient with the message bus.

Parameters

Parameter

Description

Address

The address of the recipient to register.

Recipient

The message recipient.

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