Navigation
API > API/Plugins > API/Plugins/OnlineServicesNull > API/Plugins/OnlineServicesNull/Online
Inheritance Hierarchy
- IOnlineServices
- FOnlineServicesCommon
- FOnlineServicesNull
References
| Module | OnlineServicesNull |
| Header | /Engine/Plugins/Online/OnlineServicesNull/Source/Public/Online/OnlineServicesNull.h |
| Include | #include "Online/OnlineServicesNull.h" |
Syntax
class FOnlineServicesNull : public UE::Online::FOnlineServicesCommon
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOnlineServicesNull
(
FName InInstanceName |
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 |