Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
Include |
#include "OnlineSubsystemTypes.h" |
enum EOnlineStatusUpdatePrivacy
{
OnlyMe,
OnlyFriends,
Everyone,
}
Name |
Description |
---|---|
OnlyMe |
Post will only be visible to the user alone. |
OnlyFriends |
Post will only be visible to the user and the users friends. |
Everyone |
Post will be visible to everyone. |
Privacy permissions used for Online Status updates