IOnlineMessage::GetMessage

Get the cached message and its contents for a user.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineMessageInterface.h

Include

#include "Interfaces/OnlineMessageInterface.h"

Syntax

TSharedPtr< class FOnlineMessage > GetMessage
(
    int32 LocalUserNum,
    const FUniqueMessageId & MessageId
)

Remarks

Get the cached message and its contents for a user. Cache is populated by calling ReadMessage with a message id

Returns

pointer to message entry if found or NULL

Parameters

Parameter

Description

LocalUserNum

the controller number of the associated user that made the request

MessageId

unique id of the message downloaded to find

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