Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Presence.h |
| Include | #include "Online/Presence.h" |
Syntax
namespace UE
{
namespace Online
{
enum EUserPresenceGameStatus
{
PlayingThisGame,
PlayingOtherGame,
Unknown,
}
}
}
Values
| Name | Description |
|---|---|
| PlayingThisGame | The user is playing the same game as you |
| PlayingOtherGame | The user is playing a different game than you |
| Unknown | Default |
Remarks
Copyright Epic Games, Inc. All Rights Reserved.