Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces > API/Plugins/OnlineSubsystem/Interfaces/IOnlineSharing
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSharingInterface.h |
| Include | #include "Interfaces/OnlineSharingInterface.h" |
EOnlineCachedResult::Type GetCachedNewsFeed
&40;
int32 LocalUserNum,
int32 NewsFeedIdx,
FOnlineStatusUpdate & OutNewsFeed
&41;
Remarks
Get a news feed object which was previously synced from the server Whether the news feed was obtained
Parameters
| Name | 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 |