Skip to main content

Remove the Key set by UpdateConfig (RemoveCustomConfigKey)

AndroidiOSWindows
If you're using the Unity engine, see RemoveCustomConfigKey for Unity SDK.

Remove a Key set by UpdateConfig.

Function Definition

UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool RemoveCustomConfigKey(const FString Key, const FString Project = "INTL")

Input Parameters

ParametersTypeExplanation
KeyFStringKey for the configuration
ProjectFStringDefault parameter, remains unchanged

Code sample

UINTLSDKAPI::RemoveCustomConfigKey("KEY", "INTL");