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
struct FUserPresence
Variables
| Type | Name | Description | |
|---|---|---|---|
| FAccountId | AccountId | User whose presence this is | |
| EUserPresenceGameStatus | GameStatus | Playing this game | |
| EUserPresenceJoinability | Joinability | Session state | |
| FPresenceProperties | Properties | Session keys | |
| FString | RichPresenceString | Game-defined representation of the current game state (e.g. "Squads- 4 Remaining" or "Level 5 Warrior") | |
| EUserPresenceStatus | Status | Presence state | |
| FString | StatusString | Stringified representation of the user status (online, offline, whatever the platform wants to define) |