Navigation
API > API/Runtime > API/Runtime/MessagingCommon > API/Runtime/MessagingCommon/FMessageEndpoint
Description
Defers processing of the given message by the specified time delay.
The message is effectively delivered again to this endpoint after the original sent time plus the time delay have elapsed.
| Name | Defer |
| Type | function |
| Header File | /Engine/Source/Runtime/MessagingCommon/Public/MessageEndpoint.h |
| Include Path | #include "MessageEndpoint.h" |
void Defer
(
const TSharedRef < IMessageContext, ESPMode::ThreadSafe > & Context,
const FTimespan & Delay
)
Parameters
| Name | Remarks |
|---|---|
| Context | The context of the message to defer. |
| Delay | The time delay. |