移除 UpdateConfig 设置的 Key(RemoveCustomConfigKey)
移除 UpdateConfig 设置的某个 Key。
函数定义
UFUNCTION(BlueprintCallable, Category = "INTLSDKAPI")
static bool RemoveCustomConfigKey(const FString Key, const FString Project = "INTL")
入参说明
参数 | 类型 | 说明 |
---|---|---|
Key | FString | 配置的 key |
Project | FString | 默认参数,保持不变 |
代码示例
UINTLSDKAPI::RemoveCustomConfigKey("KEY", "INTL");