You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#jira UE-76146 #rb None The old SetupTargetPlatforms() had a comment "// Need to tolerate cook platform names here, which UFE likes to pass in." but the data driven UnrealTargetPlatform Parse() no longer accepts non-canonical values for -platform. UFE always passes -targetplatform=Android and -cookflavor=ETC1 anyway. In the old code, the invalid -platform was ignored and the -targetplatform=Android was used. With this change the new code parses both and removes duplicates. [FYI] Josh.Adams #ROBOMERGE-OWNER: robert.manuszewski #ROBOMERGE-AUTHOR: jack.porter #ROBOMERGE-SOURCE: CL 7138000 in //UE4/Release-4.23/... via CL 7138029 #ROBOMERGE-BOT: CORE (Main -> Dev-Core) (v367-6836689) [CL 7167529 by jack porter in Dev-Core branch]