FOnlineStatusUpdate

[FOnlineStatusUpdate](API\Plugins\OnlineSubsystem\Interfaces\FOnlineStatusUpdate) - Object which hosts all the content we will post to a news feed

Windows
MacOS
Linux

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

Name Description

Public variable

FImage *

 

Image

An accompanying image for this post, if desired

Public variable

FString

 

Message

The text which forms this post

Public variable

EOnlineStatusUp...

 

PostPrivacy

The privacy of this post

Public variable

TArray< TShared...

 

TaggedFriends

A list of friends which are included in the post

Public variable

FString

 

Type

Which type of status update for this post. May be ignored for some platforms

Constructors

Name Description

Public function

FOnlineStatusUpdate()

Default Constructor

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