Navigation
Unreal Engine C++ API Reference > Plugins > OnlineSubsystem > Interfaces
References
Module | OnlineSubsystem |
Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/Interfaces/OnlinePresenceInterface.h |
Include | #include "Interfaces/OnlinePresenceInterface.h" |
Syntax
class FOnlineUserPresence
Remarks
Presence info for an online user returned via IOnlinePresence interface
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
uint32: 1 | bHasVoiceSupport | |
![]() |
uint32: 1 | bIsJoinable | |
![]() |
uint32: 1 | bIsOnline | |
![]() |
uint32: 1 | bIsPlaying | |
![]() |
uint32: 1 | bIsPlayingThisGame | |
![]() |
FDateTime | LastOnline | |
![]() |
FUniqueNetIdPtr | SessionId | |
![]() |
FOnlineUserPresenceStatus | Status |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Constructor |