FMessageEndpoint::Forward

Immediately forwards a previously received 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 Forward
(
    const TSharedRef< IMessageContext, ESPMode::ThreadSafe > & Context,
    const TArray< FMessageAddress > & Recipients
)

Remarks

Immediately forwards a previously received message to the specified list of recipients.

Messages can only be forwarded to endpoints within the same process.

Parameters

Parameter

Description

Context

The context of the message to forward.

Recipients

The list of message recipients to forward the message to.

ForwardingScope

The scope of the forwarded 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