Forward

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

Forward

(
    const TSharedRef< IMessageContext, ...,
    const FMessageAddress& Recipient
)

Immediately forwards a previously received message to the specified recipient.

Public function

void

 

Forward

(
    const TSharedRef< IMessageContext, ...,
    const TArray< FMessageAddress >& R...
)

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

Public function

void

 

Forward

(
    const TSharedRef< IMessageContext, ...,
    const TArray< FMessageAddress >& R...,
    const FTimespan& Delay
)

Forwards a previously received message.

Public function

void

 

Forward

(
    const TSharedRef< IMessageContext, ...,
    const FMessageAddress& Recipient,
    const FTimespan& Delay
)

Forwards a previously received message to the specified recipient after a given delay.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss