远程配置功能
if (FGamePotSDKPluginModule::IsGamePotSdkAvailable())
{
//"test_01":参数FString
FString value = FGamePotSDKPluginModule::GetSharedGamePotSdk()->getConfig("test_01");
//以JSON string格式获取添加至仪表盘的所有参数。
FString json_value = FGamePotSDKPluginModule::GetSharedGamePotSdk()->getConfigs();
}Last updated