Skip to main content

Open PS5 System Error Dialog (ShowPlayStationErrorDialog)

PS5
If you are using the Unity engine, refer to the Unity SDK's ShowPlayStationErrorDialog.

Open PS5 System Error Dialog.

Function Definition

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

Parameter Instructions

ParametersTypeExplanation
error_codeintError code returned by PS5 interface call
messageFStringReserved field, not used currently

Code Sample

UINTLSDKAPI::ShowPlayStationErrorDialog(0x80431068);