Navigation
Unreal Engine C++ API Reference > Runtime > Messaging > IMessagingModule
References
Module | Messaging |
Header | /Engine/Source/Runtime/Messaging/Public/IMessagingModule.h |
Include | #include "IMessagingModule.h" |
TSharedPtr< IMessageBridge, ESPMode::ThreadSafe > CreateBridge
&40;
const FMessageAddress & Address,
const TSharedRef< IMessageBus, ESPMode::ThreadSafe > & Bus,
const TSharedRef< IMessageTransport, ESPMode::ThreadSafe > & Transport
&41;
Remarks
Creates a new message bridge.
Message bridges translate messages between a message bus and another means of message transportation, such as network sockets. The new message bridge, or nullptr if the bridge couldn't be created.
Parameters
Name | Description |
---|---|
Address | The bridge's address on the message bus. |
Bus | The message bus to attach the bridge to. |
Transport | The message transport technology to use. |