Navigation
API > API/Plugins > API/Plugins/OnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online > API/Plugins/OnlineServicesCommon/Online/FOnlineServicesCommon > API/Plugins/OnlineServicesCommon/Online/FOnlineServicesCommon/LoadConfig
References
| Module | OnlineServicesCommon |
| Header | /Engine/Plugins/Online/OnlineServices/Source/OnlineServicesCommon/Public/Online/OnlineServicesCommon.h |
| Include | #include "Online/OnlineServicesCommon.h" |
template<typename StructType>
bool LoadConfig
&40;
StructType & Struct,
const FString & InterfaceName,
const FString & OperationName
&41; const
Remarks
Load a config struct for an interface + operation Will load values from the following sections: OnlineServices OnlineServices.
Parameters
| Name | Description |
|---|---|
| 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 |