EOnlineFriendState::Type

The possible friend states for a friend entry

Choose your operating system:

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