I assume you mean the Sony PlayStation SDK version.
If you have Unreal Engine 5.1.1, you need the 5.1.1 extension files.
For PS4: PS4_5.1.1-release
For PS5: PS5_5.1.1-release
The Sony PlayStation SDK version is inside of the Engine\Platforms\PS4\Source\Programs\UnrealBuildTool\PS4PlatformSDK.Versions.cs
file, in GetMainVersion
function. But any SDK version in the GetValidVersionRange()
function should work.
Step 1: Get DevNet access from PlayStation.
Step 2: Get Unreal Engine console access to PlayStation via our Console Access Form.
Step 3: Once you have the platform extensions access you can download the files from the Developer Portal via the Unreal Engine > Downloads page.
I don’t think the Visual Studio version matters, Unreal uses its own build tool (UBT) to compile, not Visual Studio.