Navigation
API > API/Runtime > API/Runtime/MessagingCommon > API/Runtime/MessagingCommon/FMessageEndpoint
| Type | Name | Description | |
|---|---|---|---|
| void | Send
(
MessageType* Message, |
Immediately sends a message to the specified recipient. | |
| void | Send
(
MessageType* Message, |
Sends a message to the specified list of recipients. | |
| void | Send
(
void* Message, |
FMessageEndpoint::Send with 6 params is deprecated. Please use FMessageEndpoint::Send that takes additionnal EMessageFlags instead! | |
| void | Send
(
MessageType* Message, |
Sends a message with fields, attachment and expiration to the specified recipient after a given delay. | |
| void | Send
(
MessageType* Message, |
Sends a message to the specified list of recipients. Allows to specify message flags | |
| void | Send
(
void* Message, |
Sends a message to the specified list of recipients. Allows to specify message flags | |
| void | Send
(
MessageType* Message, |
Sends a message to the specified list of recipients. Allows to specify message flags | |
| void | Send
(
void* Message, |
Sends a message to the specified list of recipients. | |
| void | Send
(
MessageType* Message, |
Immediately sends a message to the specified list of recipients. | |
| void | Send
(
MessageType* Message, |
Immediately sends a message to the specified recipient. | |
| void | Send
(
MessageType* Message, |
Sends a message to the specified recipient after a given delay. | |
| void | Send
(
MessageType* Message, |
Sends a message with fields and attachment to the specified recipient. | |
| void | Send
(
MessageType* Message, |
Sends a message to the specified list of recipients after a given delay after a given delay. | |
| void | Send
(
MessageType* Message, |
Sends a message with fields and expiration to the specified recipient after a given delay. | |
| void | Send
(
MessageType* Message, |
Sends a message with fields and attachment to the specified list of recipients after a given delay. | |
| void | Send
(
MessageType* Message, |
Sends a message with fields, attachment and expiration to the specified recipient after a given delay. |