FS-Driverless / Formula-Student-Driverless-Simulator

A virtual world where Autonomous Systems from different Formula Student teams can compete in time-trial challenges
https://fs-driverless.github.io/Formula-Student-Driverless-Simulator
GNU General Public License v2.0
204 stars 85 forks source link

Switching to Unreal Engine 4.27 #307

Closed mateusz-lichota closed 2 years ago

mateusz-lichota commented 2 years ago

UE 4.27 has a myriad of small improvements over 4.25, and the only change needed to switch is one line of code. This would also set up ground to potentially switch from the old PhysX vehicle api to the new ChaosVehicle api in the future

b1n-ch1kn commented 2 years ago

One thing I hit when building a new Windows exe for UE4.27 was the custom map loader blueprint giving a 'hotreload' error. Searched it up, meant it needed to be recompiled. But simply clicking recompile in the blueprint didn't fix it, so removing a wire, re-adding, the recompiling fixed it. Noting for anyone in the future who runs into this.

mateusz-lichota commented 2 years ago

@b1n-ch1kn did fixing this cause a change in the project files as reported by git? If so, could you just commit that change on a new branch and make a PR?