IOnlineSharing::GetCachedNewsFeeds

Get all the status update objects for the specified local user

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineSharingInterface.h"

Syntax

EOnlineCachedResult::Type GetCachedNewsFeeds
(
    int32 LocalUserNum,
    TArray< FOnlineStatusUpdate > & OutNewsFeeds
)

Remarks

Get all the status update objects for the specified local user

Returns

Whether news feeds were obtained

Parameters

Parameter

Description

LocalUserId

The local user Id of the user we are obtaining status updates for

OutNewsFeeds

The collection of news feeds obtained from the server for the given player

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