Skip to main content

Remove the Key set by UpdateConfig (RemoveCustomConfigKey)

AndroidiOSWindows
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

ParametersTypeExplanation
keyStringKey for the configuration
projectStringDefault parameter, remains unchanged

Code sample

INTLAPI.RemoveCustomConfigKey("KEY", "INTL");