IMessageBridge::Disable

Disables this bridge.

Windows
MacOS
Linux

References

Module

Messaging

Header

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

Include

#include "IMessageBridge.h"

Syntax

void Disable()

Remarks

Disables this bridge.

A disabled bridge will not receive any subscribed messages until it is enabled again. Bridges should be created in a disabled state by default and explicitly enabled.

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