getnamo / GlobalEventSystem-Unreal

Loosely coupled internal event system plugin for the Unreal Engine.
MIT License
276 stars 44 forks source link

feature request: support UE5 :-) #24

Closed raould closed 2 years ago

raould commented 3 years ago

When I try to use the plugin with UE5 Early Access, it fails to build. I am brand new to UE so I don't know anything much beyond that.

getnamo commented 3 years ago

Latest master should compile to ue5, just add a basic empty c++ class to your project (converting it from Bp to Mixed) and if the plugin is in your project/plugins folder and enabled it will compile it along with your project. See e.g. https://github.com/getnamo/socketio-client-ue4#github