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 TransportMessage
(
const TSharedRef < IMessageContext , ESPMode::ThreadSafe > & Context,
const TArray < FGuid > & Recipients
)
Remarks
Transports the given message data to the specified network nodes. true if the message is being transported, false otherwise.
Parameters
Name | Description |
---|---|
Context | The context of the message to transport. |
Recipients | The transport nodes to send the message to. |