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 FOnlineConfigProviderGConfig : public UE::Online::IOnlineConfigProvider
Remarks
IOnlineConfigProvider implementation that uses GConfig to retrieve values
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOnlineConfigProviderGConfig
(
const FString& InConfigFile |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Overridden from IOnlineConfigProvider
| 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, |