BuildEnvironment = TargetBuildEnvironment.Unique

I don’t have a full understanding of whats up here, but noticed there are a bunch of other warnings
my build.cs had DefaultBuildSettings = BuildSettingsVersion.V2
Checking source, it seems v3 was introduced 5.something and 5.4 has a new default of DefaultBuildSettings = BuildSettingsVersion.V4 - changing my build.cs to this value resulted in a working build.

9 Likes