Navigation
API > API/Runtime > API/Runtime/Messaging > API/Runtime/Messaging/IMessageContext
Description
Gets the time at which the message was forwarded.
| Name | GetTimeForwarded |
| Type | function |
| Header File | /Engine/Source/Runtime/Messaging/Public/IMessageContext.h |
| Include Path | #include "IMessageContext.h" |
const FDateTime & GetTimeForwarded() const
Time forwarded.
See Also
-
GetTimeSent
-
IsForwarded