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 Unregister
&40;
const FMessageAddress & Address
&41;
Remarks
Unregisters a message recipient from the message bus.
Parameters
Name | Description |
---|---|
Address | The address of the recipient to unregister. |