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