Navigation
Unreal Engine C++ API Reference > Runtime > MessagingCommon > FMessageEndpoint
Type | Name | Description | |
---|---|---|---|
![]() |
void | Forward
(
const TSharedRef< IMessageContext, ESPMode::ThreadSafe >& Context, |
Immediately forwards a previously received message to the specified recipient. |
![]() |
void | Forward
(
const TSharedRef< IMessageContext, ESPMode::ThreadSafe >& Context, |
Immediately forwards a previously received message to the specified list of recipients. |
![]() |
void | Forward
(
const TSharedRef< IMessageContext, ESPMode::ThreadSafe >& Context, |
Forwards a previously received message. |
![]() |
void | Forward
(
const TSharedRef< IMessageContext, ESPMode::ThreadSafe >& Context, |
Forwards a previously received message to the specified recipient after a given delay. |