RemoveCustomConfigKey
AndroidiOSWindows
If you were looking for the method for use with Unreal Engine, see RemoveCustomConfigKey for Unreal Engine SDK.
If you were looking for the method for use with Unreal Engine, see RemoveCustomConfigKey for Unreal Engine SDK.
Delete a key that was set using UpdateConfig.
Function definition
public static bool RemoveCustomConfigKey(string key, string project = "")
Input parameters
参数 | 类型 | 说明 |
---|---|---|
key | string | The configured key |
project | string | Default parameter, unchanged |
Code sample
INTLAPI.RemoveCustomConfigKey("KEY", "INTL");