EOnlineFriendState::Type

The possible friend states for a friend entry

Windows
MacOS
Linux

References

Module

OnlineSubsystem

Header

/Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h

Include

#include "OnlineSubsystemTypes.h"

Syntax

namespace EOnlineFriendState
{
    enum Type
    {
        Offline,
        Online,
        Away,
        Busy,
    }
}

Values

Name

Description

Offline

Not currently online

Online

Signed in and online

Away

Signed in, online, and idle

Busy

Signed in, online, and asks to be left alone

Remarks

The possible friend states for a friend entry

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