Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Presence info for an online user returned via IOnlinePresence interface
| Name | FOnlineUserPresence |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePresenceInterface.h |
| Include Path | #include "Interfaces/OnlinePresenceInterface.h" |
Syntax
class FOnlineUserPresence
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOnlineUserPresence() |
Constructor | Interfaces/OnlinePresenceInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHasVoiceSupport | uint32 | Interfaces/OnlinePresenceInterface.h | ||
| bIsJoinable | uint32 | Interfaces/OnlinePresenceInterface.h | ||
| bIsOnline | uint32 | Interfaces/OnlinePresenceInterface.h | ||
| bIsPlaying | uint32 | Interfaces/OnlinePresenceInterface.h | ||
| bIsPlayingThisGame | uint32 | Interfaces/OnlinePresenceInterface.h | ||
| LastOnline | FDateTime | Interfaces/OnlinePresenceInterface.h | ||
| SessionId | FUniqueNetIdPtr | Interfaces/OnlinePresenceInterface.h | ||
| Status | FOnlineUserPresenceStatus | Interfaces/OnlinePresenceInterface.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FString GetAppId() |
Interfaces/OnlinePresenceInterface.h | ||
const FString GetPlatform() |
Interfaces/OnlinePresenceInterface.h | ||
void Reset() |
Interfaces/OnlinePresenceInterface.h | ||
FString ToDebugString() |
Interfaces/OnlinePresenceInterface.h |