You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
- Project generation will add a new IsTestTarget property in the "Globals" property group section of the project file for explicit test target projects - UnrealVS checks for this property and does not change the command line for test targets - TestRunner removes all project argument logic - that can be passed after --extra-args using -project="Path/To/*.uproject" and/or -projectdir="Path/To/Project" - OSS and Online global handlers, which occur during the Catch2 session, will read project name and/or directory using SetProjectNameAndDirectory from TestCommon/Initialization.h #jira UE-189840 [CL 26688348 by chris constantinescu in ue5-main branch]