Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IMessageTransport
References
| Module | Messaging |
| Header | /Engine/Source/Runtime/Messaging/Public/IMessageTransport.h |
| Include | #include "IMessageTransport.h" |
bool StartTransport
(
IMessageTransportHandler & Handler
)
Remarks
Starts up the message transport. Whether the transport was started successfully.
Parameters
| Name | Description |
|---|---|
| Handler | The handler of inbound transport messages and events. |