Navigation
Unreal Engine C++ API Reference > Runtime > MessagingCommon > FMessageEndpoint > Send
Deprecated * FMessageEndpoint::Send with 6 params is deprecated. Please use FMessageEndpoint::Send that takes additionnal EMessageFlags instead!
References
Module | MessagingCommon |
Header | /Engine/Source/Runtime/MessagingCommon/Public/MessageEndpoint.h |
Include | #include "MessageEndpoint.h" |
void Send
&40;
void &42; Message,
UScriptStruct &42; TypeInfo,
const TSharedPtr< IMessageAttachment, ESPMode::ThreadSafe > & Attachment,
const TArray< FMessageAddress > & Recipients,
const FTimespan & Delay,
const FDateTime & Expiration
&41;
Remarks
Sends a message to the specified list of recipients.
Parameters
Name | Description |
---|---|
Message | The message to send. |
TypeInfo | The message's type information. |
Attachment | An optional binary data attachment. |
Recipients | The message recipients. |
Delay | The delay after which to send the message. |
Expiration | The time at which the message expires. |