Add --notgame arg that omits -game flag in runAutomationCommands#23
Add --notgame arg that omits -game flag in runAutomationCommands#23dskvr wants to merge 8 commits intoadamrehn:masterfrom
Conversation
|
Yes! This does it for me: One slightly sad thing for another day perhaps: |
|
@PaulHax At first glance that appears to be because |
|
@adamrehn Is there any chance of this making it into |
|
Apologies for the delay in responding to this pull request, I've been inordinately busy over the past couple of months and I'm only now making my way through my GitHub backlog. Please see my comment #22 (comment) for details of why I've avoided providing an option to disable passing the |
|
@adamrehn Thanks for the response, we'll likely maintain our own fork during the interim as the modification is behaving as expected in our limited use case. |
Problem
The automatic inclusion of the
-gamewhen calling the editor binary prevents use ofue4cli testwith editor plugins.Proposed solution
Include
-gameby default but enable its omission with a--notgameflag. Potentially Resolves #22Notes
--enableeditorWas misleading because it implies that the "UnrealEditor" is disabled.--editorpluginWas misleading because other arguments would likely need to be used in conjunction with this argument for editor plugins--notgameSeemed to be the most concise (please subject to scrutiny)@PaulHax test with