ShowPlayStationErrorDialog
PS5
If you were looking for the method for use with Unity, see ShowPlayStationErrorDialog for Unity SDK.
If you were looking for the method for use with Unity, see ShowPlayStationErrorDialog for Unity SDK.
Displays the error dialog of the PS5 system.
Function definition
int UINTLSDKAPI::ShowPlayStationErrorDialog(int errorCode, const FString& message);
Parameters
Name | Type | Description |
---|---|---|
error_code | int | the error code returned by the PS5 API |
message | FString | reserved field, currently unused |
Code sample
UINTLSDKAPI::ShowPlayStationErrorDialog(0x80431068);