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