IOnlineSharing::GetCachedNewsFeed

Get a news feed object which was previously synced from the server

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

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

Include

#include "Interfaces/OnlineSharingInterface.h"

Syntax

EOnlineCachedResult::Type GetCachedNewsFeed
(
    int32 LocalUserNum,
    int32 NewsFeedIdx,
    FOnlineStatusUpdate & OutNewsFeed
)

Remarks

Get a news feed object which was previously synced from the server

Returns

Whether the news feed was obtained

Parameters

Parameter

Description

LocalUserId

The id of the user we are reading news feeds for

NewsFeedIdx

The index of the news feed we are looking up

OutNewsFeed

The news feed object we are searching for

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