IOnlineSharing::ShareStatusUpdate

Set the online permissions for reading a users data.

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlineSharingInterface.h

Include

#include "Interfaces/OnlineSharingInterface.h"

Syntax

bool ShareStatusUpdate
(
    int32 LocalUserNum,
    const FOnlineStatusUpdate & StatusUpdate
)

Remarks

Set the online permissions for reading a users data.

Returns

  • Whether a server request was executed

Parameters

Parameter

Description

LocalUserNum

The controller number of the associated user

StatusUpdate

The message we are posting to the feed.

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