IOnlineMessage::GetMessageHeaders

Get the cached list of message headers for a user. Cache is populated by calling EnumerateMessages

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineMessageInterface.h"

Syntax

bool GetMessageHeaders
(
    int32 LocalUserNum,
    TArray< TSharedRef< class FOnlineMessageHeader > > & OutHeaders
)

Remarks

Get the cached list of message headers for a user. Cache is populated by calling EnumerateMessages

Returns

true if cached entry was found

Parameters

Parameter

Description

LocalUserNum

the controller number of the associated user that made the request

OutHeaders

[out] array of message headers that were found

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