DaedalicEntertainment / ue4-test-automation

Facilitates setting up integration test suits with Unreal Engine 4 Gauntlet.
https://www.daedalic.com
MIT License
215 stars 62 forks source link

UE4.26 update #21

Closed SilverRainGames closed 2 years ago

SilverRainGames commented 3 years ago

We've updated this awesome plugin so that it works with our 4.26.1 code and wanted to submit it as a PR. There's a chance that the Module type changes are a breaking change for older engine versions. Not sure if there's a way to get around that.

janousch commented 2 years ago

Thanks for the suggested changes, most of them are now implemented. For the module type of DaedalicTestAutomationPluginEditor we are now using Editor instead of UncookedOnly, because all functions from the module are only relevant inside of the editor. The code changes are enclosed in a (ENGINE_MINOR_VERSION >= 26) bracket.