跳到主要内容

移除 UpdateConfig 设置的 Key(RemoveCustomConfigKey)

AndroidiOSWindows
如果您使用的是 Unity 引擎,请参见 Unity SDK 的 RemoveCustomConfigKey

移除 UpdateConfig 设置的某个 Key。

函数定义

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

入参说明

参数类型说明
KeyFString配置的 key
ProjectFString默认参数,保持不变

代码示例

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