Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/FOnlineServicesCommon
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool LoadConfig
(
StructType& Struct, |
Load a config struct for a section heirarchy, also using the ConfigSectionOverrides | Online/OnlineServicesCommon.h | |
bool LoadConfig
(
StructType& Struct, |
Load a config struct for an interface + operation Will load values from the following sections: OnlineServices OnlineServices. |
Online/OnlineServicesCommon.h |
LoadConfig(StructType &, const TArray< FString > &)
Description
Load a config struct for a section heirarchy, also using the ConfigSectionOverrides
| Name | LoadConfig |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineServicesCommon.h |
| Include Path | #include "Online/OnlineServicesCommon.h" |
template<typename StructType>
bool LoadConfig
(
StructType & Struct,
const TArray < FString > & SectionHeirarchy
) const
true if a value was loaded
Parameters
| Name | Remarks |
|---|---|
| Struct | Struct to populate with values from config |
| SectionHeirarchy | Array of config sections to load values from |
LoadConfig(StructType &, const FString &, const FString &)
Description
Load a config struct for an interface + operation Will load values from the following sections: OnlineServices OnlineServices.
| Name | LoadConfig |
| Type | function |
| Header File | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineServicesCommon.h |
| Include Path | #include "Online/OnlineServicesCommon.h" |
template<typename StructType>
bool LoadConfig
(
StructType & Struct,
const FString & InterfaceName,
const FString & OperationName
) const
true if a value was loaded
Parameters
| Name | Remarks |
|---|---|
| Struct | Struct to populate with values from config |
| InterfaceName | Optional interface name to append to the config section name |
| OperationName | Optional operation name to append to the config section name |