Skip to main content

RemoveCustomConfigKey

AndroidiOSWindows
If you were looking for the method for use with Unity, see RemoveCustomConfigKey for Unity SDK.

Delete a key that was set using UpdateConfig.

Function definition

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

Input parameters

参数类型说明
KeyFStringThe configured key
ProjectFStringDefault parameter, unchanged

Code sample

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