FMessageEndpoint::Send

Sends a message to the specified list of recipients after a given delay after a given delay.

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 TArray< FMessageAddress > & Recipients,
    const FTimespan & Delay
)

Remarks

Sends a message to the specified list of recipients after a given delay after a given delay.

Parameters

Parameter

Description

MessageType

The type of message to send.

Message

The message to send.

Recipients

The message recipients.

Delay

The delay after which to send the message.

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