I’m able to build our game for Windows, but we get some interesting errors when building for PS4. This one shows up repeatedly:
PackagingResults: Error: arithmetic between different enumeration types (‘EStatAllFields::Type’ and ‘EStatMetaFlags::Type’) [-Werror,-Wenum-enum-conversion]
It looks like it’s at the engine level, but it seems odd that this would be an error for PS4 but not Windows. Has anyone else encountered this?