Do bugfixes affect older builds?

I was just wondering if bugfixes only apply to the latest build? For example, if Epic fixes a lot of stuff in 5.2, will the bugfixes also apply to 5.1 and 5.0? Or do you need to migrate entire projects to the latest build to get the bugs fixed?

Hi FilmDaft,

Short answer: Bugfixes do not affect older builds.

Long answer: If you’re a ‘L33T coder’ and are compiling the engine from source you can take bugfixes from future versions (visible on github) and merge them into your branch of the engine.

2 Likes

Okay. Thank you for your fast reply.