Navigation
Unreal Engine C++ API Reference > Runtime > Messaging > IMessageBus
References
Module | Messaging |
Header | /Engine/Source/Runtime/Messaging/Public/IMessageBus.h |
Include | #include "IMessageBus.h" |
void Register
&40;
const FMessageAddress & Address,
const TSharedRef< IMessageReceiver, ESPMode::ThreadSafe > & Recipient
&41;
Remarks
Registers a message recipient with the message bus.
Parameters
Name | Description |
---|---|
Address | The address of the recipient to register. |
Recipient | The message recipient. |