IMessageBus::Unregister

Unregisters a message recipient from the message bus.

Windows
MacOS
Linux

References

Module

Messaging

Header

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

Include

#include "IMessageBus.h"

Syntax

void Unregister
(
    const FMessageAddress & Address
)

Remarks

Unregisters a message recipient from the message bus.

Parameters

Parameter

Description

Address

The address of the recipient to unregister.

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