Navigation
API > API/Plugins > API/Plugins/OnlineServicesOSSAdapter > API/Plugins/OnlineServicesOSSAdapter/Online
Inheritance Hierarchy
- IOnlineServices
- FOnlineServicesCommon
- FOnlineServicesOSSAdapter
References
| Module | OnlineServicesOSSAdapter |
| Header | /Engine/Plugins/Online/OnlineServicesOSSAdapter/Source/Public/Online/OnlineServicesOSSAdapter.h |
| Include | #include "Online/OnlineServicesOSSAdapter.h" |
Syntax
class FOnlineServicesOSSAdapter : public UE::Online::FOnlineServicesCommon
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnlineAccountIdRegistryOSSAdapter * | AccountIdRegistry | ||
| EOnlineServices | ServicesType | ||
| IOnlineSubsystem * | Subsystem |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOnlineServicesOSSAdapter
(
EOnlineServices InServicesType, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FOnlineAccountIdRegistryOSSAdapter & | |||
| FOnlineAccountIdRegistryOSSAdapter & | |||
| IOnlineSubsystem & | GetSubsystem () |
Overridden from FOnlineServicesCommon
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Calls Initialize on all the components, called after RegisterComponents | |
| void | Called to register all the IOnlineComponents with the IOnlineService, called after this is constructed |
Overridden from IOnlineServices
| Type | Name | Description | |
|---|---|---|---|
| TOnlineResult< FGetResolvedConnectString > | Get the connectivity string used for client travel | ||
| EOnlineServices | Get the provider type of this instance. |
Typedefs
| Name | Description |
|---|---|
| Super |