Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon
| Name | FSessionCommon |
| Type | class |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/SessionsCommon.h |
| Include Path | #include "Online/SessionsCommon.h" |
Syntax
class FSessionCommon : public UE::Online::ISession
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Online/SessionsCommon.h | |||
FSessionCommon
(
const FSessionCommon& InSession |
Online/SessionsCommon.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FSessionCommon() |
Online/SessionsCommon.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OwnerAccountId | FAccountId | The following members can be updated, and such update will be transmitted via a FSessionUpdated event The user who currently owns the session | Online/SessionsCommon.h | |
| SessionInfo | FSessionInfo | Session information that will remain constant throughout the session's lifetime | Online/SessionsCommon.h | |
| SessionMembers | FSessionMemberIdsSet | Set containing user ids for all the session members | Online/SessionsCommon.h | |
| SessionSettings | FSessionSettings | Set of session properties that can be altered by the session owner | Online/SessionsCommon.h |
Functions
Public
Overridden from ISession
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void DumpState() |
Online/SessionsCommon.h | ||
virtual const uint32 GetNumOpenConnections() |
Online/SessionsCommon.h | ||
virtual const FAccountId GetOwnerAccountId() |
ISession. | Online/SessionsCommon.h | |
virtual const FOnlineSessionId GetSessionId() |
Online/SessionsCommon.h | ||
virtual const FSessionInfo & GetSessionInfo() |
Online/SessionsCommon.h | ||
virtual const FSessionMemberIdsSet & GetSessionMembers() |
Online/SessionsCommon.h | ||
virtual const FSessionSettings & GetSessionSettings() |
Online/SessionsCommon.h | ||
virtual bool IsJoinable() |
Online/SessionsCommon.h | ||
virtual FString ToLogString() |
Online/SessionsCommon.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void DumpMemberData() |
Online/SessionsCommon.h | ||
void DumpSessionInfo() |
Online/SessionsCommon.h | ||
void DumpSessionSettings() |
Online/SessionsCommon.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSessionCommon & operator+=
(
const FSessionUpdate& SessionUpdate |
FSessionCommon | Online/SessionsCommon.h |