Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/IOnlineMessage
Description
Get the cached message and its contents for a user. Cache is populated by calling ReadMessage with a message id
| Name | GetMessage |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineMessageInterface.h |
| Include Path | #include "Interfaces/OnlineMessageInterface.h" |
TSharedPtr < class FOnlineMessage > GetMessage
(
int32 LocalUserNum,
const FUniqueMessageId & MessageId
)
pointer to message entry if found or NULL
Parameters
| Name | Remarks |
|---|---|
| LocalUserNum | the controller number of the associated user that made the request |
| MessageId | unique id of the message downloaded to find |