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 GetCachedNewsFeeds
&40;
int32 LocalUserNum,
TArray< FOnlineStatusUpdate > & OutNewsFeeds
&41;
Remarks
Get all the status update objects for the specified local user Whether news feeds were obtained
Parameters
| Name | 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 |