liamkf / Unreal_FASTBuild

Allows UnrealEngine to be built with FASTBuild for VS2015/VS2017 and Windows 10.
MIT License
180 stars 71 forks source link

PS4 broken in 4.18 #26

Closed oliviergaertner closed 6 years ago

oliviergaertner commented 6 years ago

Hey Guys!

The PS4 build is broken in 4.18. From what I can see the dependcies seem to be broken. It looks like I have some modules depending on others that are trying to link before the second one is linked.

I've also tryed to only link the final exe and it looks like the dependencies to the SDK librairies are missing.

If you have any idea I can have a look at Fastbuild.cs but I'm not familiar with UBT system at all :(

Cheers,

Olivier

yass007 commented 6 years ago

Hi Olivier, Unfortunately we are not in the capacity to support PS4 in the short term, although I know that many people were able to make it work by modifying the existing code.

We hope to do a PS4 pass soon, until then I suggest to use SNDBS if you can.

Cheers.