Navigation
API > API/Plugins > API/Plugins/OnlineSubsystem
Inheritance Hierarchy
- IOnlinePlatformData
- FOnlineSessionInfo
References
| Module | OnlineSubsystem |
| Header | /Engine/Plugins/Online/OnlineSubsystem/Source/Public/OnlineSubsystemTypes.h |
| Include | #include "OnlineSubsystemTypes.h" |
Syntax
class FOnlineSessionInfo : public IOnlinePlatformData
Remarks
Abstraction of a session's platform specific info The class is meant to be opaque (see IOnlinePlatformData)
Constructors
| Type | Name | Description | |
|---|---|---|---|
| Hidden on purpose | |||
FOnlineSessionInfo
(
const FOnlineSessionInfo& Src |
Hidden on purpose |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FUniqueNetId & | GetSessionId () |
Get the session id associated with this session |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FOnlineSessionInfo & | operator=
(
const FOnlineSessionInfo& Src |
Hidden on purpose |