Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem > API/Plugins/OnlineSubsystem/Interfaces
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSharingInterface.h |
| Include | #include "Interfaces/OnlineSharingInterface.h" |
Syntax
struct FOnlineStatusUpdate
Remarks
FOnlineStatusUpdate - Object which hosts all the content we will post to a news feed
Variables
| Type | Name | Description | |
|---|---|---|---|
| FImage * | Image | An accompanying image for this post, if desired | |
| FString | Message | The text which forms this post | |
| EOnlineStatusUpdatePrivacy | PostPrivacy | The privacy of this post | |
| TArray< FUniqueNetIdRef > | TaggedFriends | A list of friends which are included in the post | |
| FString | Type | Which type of status update for this post. May be ignored for some platforms |
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Default Constructor |