Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IMessageBus
Description
Registers a message recipient with the message bus.
| Name | Register |
| Type | function |
| Header File | /Engine/Source/Runtime/Messaging/Public/IMessageBus.h |
| Include Path | #include "IMessageBus.h" |
void Register
(
const FMessageAddress & Address,
const TSharedRef < IMessageReceiver , ESPMode::ThreadSafe > & Recipient
)
Parameters
| Name | Remarks |
|---|---|
| Address | The address of the recipient to register. |
| Recipient | The message recipient. |
See Also
- Unregister