Navigation
API > API/Plugins > API/Plugins/OnlineServicesInterface > API/Plugins/OnlineServicesInterface/Online
Inheritance Hierarchy
References
| Module | OnlineServicesInterface |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesInterface/Public/Online/Sessions.h |
| Include | #include "Online/Sessions.h" |
Syntax
class ISession
Remarks
Interface to access all information related to Online Sessions. Read only
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | DumpState () |
Returns a string with all the information in the session | |
| const uint32 | Retrieves the number of available slots for new session members | ||
| const FAccountId | Retrieves the id handle for the user who created or currently owns the session | ||
| const FOnlineSessionId | GetSessionId () |
Retrieves the id handle for the session | |
| const FSessionInfo & | Retrieves the set of constant information about the session | ||
| const FSessionMemberIdsSet & | Retrieves the list of users currently in the session | ||
| const FSessionSettings & | Retrieves the set of variable information about the session | ||
| bool | IsJoinable () |
Evaluates a series of factors to determine if a session is accepting new members | |
| FString | ToLogString () |
Returns a string with the minimal information to identify the session |