Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online
Inheritance Hierarchy
- IOnlineConfigProvider
- FOnlineConfigProviderGConfig
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineConfig.h |
| Include | #include "Online/OnlineConfig.h" |
Syntax
class IOnlineConfigProvider
Remarks
Interface for retrieving config values used by OnlineServices implementations
For all the GetValue functions, Section will correspond to the section in an ini file, but can be interpreted in other ways by an IOnlineConfigProvider implementation to allow for OnlineServices implementations to use an alternative configuration file.
By convention, all sections of the OnlineServices implementations will take the following format: OnlineServices.
Implementations must at a minimum implement the FString and TArray
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Get a FString value | ||
| int32 | Get an value consisting of a TArray of FStrings | ||
| bool | GetValue
(
const TCHAR* Section, |
||
| int32 | GetValue
(
const TCHAR* Section, |
||
| bool | GetValue
(
const TCHAR* Section, |
||
| int32 |