Hi. I am new to Unreal Engine and would like to use a plugin for my project.
However it is build for version 5.0, and the version I am using is 4.26.2, also due to some issue I cannot switch to UE5 on my device. Is there any workaround to make the plug-in work in 4.26.2?
From a webinar that the speaker has mentioned downgrading it with Visual Studio is possible but no further explanation is provided. I wonder if anyone has experienced similar problem?
1 Like
Hi LucyMaaaa,
Yes, you can downgrade some plugins, not all. And yes, youâll need Visual Studio installed.
Once VS is installed, copy the plugin into your project folder (âYourProjectFolder/Plugins/â) and then editor the plugins .uplugin file - there will be a line called âEngineVersionâ - change that to â4.26â.
Then open your project, it should prompt that the plugin needs building, click yes. Thatâs about the time youâll find if it is able to be compiled. Youâll see no errors if it works.