ESocialUserStateFlags

OSS-agnostic user state filters (presence info generally required).

Windows
MacOS
Linux

References

Module

Party

Header

/Engine/Plugins/Online/OnlineFramework/Source/Party/Public/User/ISocialUserList.h

Include

#include "User/ISocialUserList.h"

Syntax

enum ESocialUserStateFlags
{
    None               = 0,
    Online             = 1,
    Joinable           = 1 << 1,
    LookingForGroup    = 1 << 2,
    SamePlatform       = 1 << 3,
    InGame             = 1 << 4,
    SameApp            = 1 << 5,
    SameParty          = 1 << 6,
}

Values

Name

Description

None

Online

Joinable

LookingForGroup

SamePlatform

InGame

SameApp

SameParty

Remarks

OSS-agnostic user state filters (presence info generally required). Some of these do imply others and some conflict. Up to consumers to responsibly choose appropriate combinations.

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