Page 1 of 1

[UE4] Added support for UE4.23

Posted: 13 Sep 2019, 15:37
by jsantos
We've updated the plugin and the samples to support UE4.23

It is available in our Downloads section.

You can find the source code here: https://github.com/Noesis/UE4Plugin

And the samples here https://github.com/Noesis/Tutorials and here https://github.com/Noesis/UE4-ShooterGame.

Please let us know if you run into any problems.

Re: [UE4] Added support for UE4.23

Posted: 19 Sep 2019, 06:14
by the_mec
do you have a plugin for 4.22?

Re: [UE4] Added support for UE4.23

Posted: 19 Sep 2019, 12:35
by jsantos
I think the current version should be backward compatible with UE4.22. Just in case it doesn't there is a branch for 4.22 at

https://github.com/Noesis/UE4Plugin/tree/4.22

Re: [UE4] Added support for UE4.23

Posted: 19 Sep 2019, 12:42
by hcpizzi
I've just tested the 4.23 code in 4.22 and it works. You just need to edit NoesisGUI.uplugin and change the EngineVersion to 4.22.0 and it works. They didn't make many changes that affected the plugin this time around.