How do I downgrade to unreal engine 5.4.2?

I have the github and everything set up, I’m just not sure how to find 5.4.2 at all here, any help would be greatly appreciated!

Hey there @ElapsedStar! Welcome to the community! Since you’re already linked with Github, you can find the hotfix versions under the “Releases” link below.

Though for anyone in the future reading this and are receiving a 404, you must have been added to the Unreal developers group on Github and be signed into your Github to see this page. Here’s a link on how to get that setup.

Disclaimer: One or more of these links are unaffiliated with Epic Games. Epic Games is not liable for anything that may occur outside of this Unreal Engine domain. Please exercise your best judgment when following links outside of the forums.

https://github.com/EpicGames/UnrealEngine/releases

1 Like

Thanks for the link! I was just wondering though, I’m on the Github desktop and when clicking “switch branch” I only see the major releases and no hotfix specific ones like 5.4.1/5.4.2 etc.

I’m not too familiar with this stuff, so I was wondering how I can proceed past this stage

The releases page itself is actually the location to retrieve the hotfix builds separately. The branches contain the final version of each of those builds. So in your case, you can go to the releases page here, download the specific build required, then you can navigate to the local repo on your drive once you’ve unpacked it via Add local repository under File.

https://github.com/EpicGames/UnrealEngine/releases/tag/5.4.2-release

image