跳到主要内容

打开 PS5 系统的错误提示框(ShowPlayStationErrorDialog)

PS5
如果您使用的是 Unity 引擎,请参见 Unity SDK 的 ShowPlayStationErrorDialog

打开 PS5 系统的错误提示框。

函数定义

int UINTLSDKAPI::ShowPlayStationErrorDialog(int errorCode, const FString& message);

入参说明

参数类型说明
error_codeintPS5 接口调用返回的错误码
messageFString保留字段,暂无使用

代码示例

UINTLSDKAPI::ShowPlayStationErrorDialog(0x80431068);