RemoveCustomConfigKey
AndroidiOSWindows
If you were looking for the method for use with Unity, see RemoveCustomConfigKey for Unity SDK.
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
参数 | 类型 | 说明 |
---|---|---|
Key | FString | The configured key |
Project | FString | Default parameter, unchanged |
Code sample
UINTLSDKAPI::RemoveCustomConfigKey("KEY", "INTL");