getnamo / UDP-Unreal

Convenience UDP wrapper for the Unreal Engine.
MIT License
335 stars 79 forks source link

Can I build this plugin for UE 4.27 or above? #23

Closed 0xinfinite closed 2 years ago

0xinfinite commented 2 years ago

Thanks to this plugin, I made a specific project that using UDP. But if I upgrade project above 4.27, can I use this plugin?

I created a new project in 4.27 and tried to install this plugin on that project, re-build was failed. Is there any way to re-build this plugin above 4.27? If it can't, can you tell me why it can't?

getnamo commented 2 years ago

If you include the plugin in a c++ project it will compile it along with a project, see notes on changing bp to mixed project here: https://github.com/getnamo/socketio-client-ue4#github.

Current master branch should compile for UE5.0, if it doesn't compile, provide error output log from visual studio.

0xinfinite commented 2 years ago

I confirmed that plugin can be compiled properly. It seems that there was another problem. It's a relief that can compile for UE5. Thank you very much.