FMessageEndpoint::Send

Sends a message to the specified list of recipients.

Windows
MacOS
Linux

References

Module

MessagingCommon

Header

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

Include

#include "MessageEndpoint.h"

Syntax

void Send
(
    void * Message,
    UScriptStruct * TypeInfo,
    EMessageFlags Flags,
    const TMap< FName, FString > Annotations,
    const TSharedPtr< IMessageAttachment, ESPMode::ThreadSafe > & Attachment,
    const TArray< FMessageAddress > & Recipients,
    const FTimespan & Delay,
    const FDateTime & Expiration
)

Remarks

Sends a message to the specified list of recipients.

Parameters

Parameter

Description

Message

The message to send.

TypeInfo

The message's type information.

Flags

The message's type information.

Annotations

An optional message annotations header.

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.

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