Remove the Key set by UpdateConfig (RemoveCustomConfigKey)
Remove a Key set by UpdateConfig.
Function Definition
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool RemoveCustomConfigKey(const FString Key, const FString Project = "INTL")
Input Parameters
| Parameters | Type | Explanation |
|---|---|---|
| Key | FString | Key for the configuration |
| Project | FString | Default parameter, remains unchanged |
Code sample
UINTLSDKAPI::RemoveCustomConfigKey("KEY", "INTL");