IOnlineMessage::ReadMessage

Download a message and its payload from user's inbox

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineMessageInterface.h"

Syntax

bool ReadMessage
(
    int32 LocalUserNum,
    const FUniqueMessageId & MessageId
)

Remarks

Download a message and its payload from user's inbox

Returns

true if request was started

Parameters

Parameter

Description

LocalUserNum

the controller number of the associated user that made the request

MessageId

unique id of the message to download. Obtained from message header list

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