Remove the Key set by UpdateConfig (RemoveCustomConfigKey)
AndroidiOSWindows
If you're using Unreal Engine, see the RemoveCustomConfigKey for Unreal Engine SDK.
If you're using Unreal Engine, see the RemoveCustomConfigKey for Unreal Engine SDK.
Removes a key set by UpdateConfig.
Function Definition
public static bool RemoveCustomConfigKey(string key, string project = "")
Input Parameters
| Parameters | Type | Explanation |
|---|---|---|
| key | String | Key for the configuration |
| project | String | Default parameter, remains unchanged |
Code sample
INTLAPI.RemoveCustomConfigKey("KEY", "INTL");