Navigation
Unreal Engine C++ API Reference > Runtime > Messaging > IMessageBus
References
Module | Messaging |
Header | /Engine/Source/Runtime/Messaging/Public/IMessageBus.h |
Include | #include "IMessageBus.h" |
void Forward
&40;
const TSharedRef< IMessageContext, ESPMode::ThreadSafe > & Context,
const TArray< FMessageAddress > & Recipients,
const FTimespan & Delay,
const TSharedRef< IMessageSender, ESPMode::ThreadSafe > & Forwarder
&41;
Remarks
Forwards a previously received message.
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. |
Delay | The deferral time. |
Forwarder | The sender that forwards the message. |