Navigation
Unreal Engine C++ API Reference > Runtime > MessagingCommon > FMessageEndpoint > Forward
References
Module | MessagingCommon |
Header | /Engine/Source/Runtime/MessagingCommon/Public/MessageEndpoint.h |
Include | #include "MessageEndpoint.h" |
void Forward
&40;
const TSharedRef< IMessageContext, ESPMode::ThreadSafe > & Context,
const TArray< FMessageAddress > & Recipients
&41;
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
Name | 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. |