Skip to main content

ShowPlayStationErrorDialog

PS5
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

NameTypeDescription
error_codeintthe error code returned by the PS5 API
messageFStringreserved field, currently unused

Code sample

UINTLSDKAPI::ShowPlayStationErrorDialog(0x80431068);