FMessageEndpoint::Send

Sends a message with fields and attachment to the specified recipient.

Windows
MacOS
Linux

References

Module

MessagingCommon

Header

/Engine/Source/Runtime/MessagingCommon/Public/MessageEndpoint.h

Include

#include "MessageEndpoint.h"

Syntax

template<typename MessageType>
void Send
(
    MessageType * Message,
    const TSharedPtr< IMessageAttachment, ESPMode::ThreadSafe > & Attachment,
    const FMessageAddress & Recipient
)

Remarks

Sends a message with fields and attachment to the specified recipient.

Parameters

Parameter

Description

MessageType

The type of message to send.

Message

The message to send.

Attachment

An optional binary data attachment.

Recipient

The message recipient.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss