You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The values that it previously forced values to are now configured as follows: * bBuildEditor is a read-only property that returns true if and only if the target type is Editor. * bCompileSimplygon and bCompileSimplygonSSF now a property which will default to true for Windows editor, if Simplygon is available. It can also be explicitly enabled or disabled. * bCompileSpeedTree is now a property which will default to true for editor targets, and can also be explicitly enabled or disabled. #rb none [CL 4596311 by Ben Marsh in Dev-Build branch]