Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
The possible friend states for a friend entry
| Name | EOnlineFriendState::Type |
| Type | enum |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include Path | #include "OnlineSubsystemTypes.h" |
Syntax
namespace EOnlineFriendState
{
enum Type
{
Offline,
Online,
Away,
Busy,
}
}
Values
| Name | Remarks |
|---|---|
| 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 |