Navigation
API > API/Runtime > API/Runtime/MessagingCommon > API/Runtime/MessagingCommon/FMessageEndpoint > API/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 FMessageAddress & Recipient,
const FTimespan & Delay
&41;
Remarks
Forwards a previously received message to the specified recipient after a given delay.
Messages can only be forwarded to endpoints within the same process.
Parameters
| Name | Description |
|---|---|
| Context | The context of the message to forward. |
| Recipient | The address of the recipient to forward the message to. |
| ForwardingScope | The scope of the forwarded message. |
| Delay | The delay after which to publish the message. |