getnamo / UDP-Unreal

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

Why the v4.46 doesn't compiles on UE4.27? #31

Open OnlinePage opened 1 year ago

OnlinePage commented 1 year ago

The v4.26 of the plugin doesn't compiles and breaks the project on UE4.27? Is 4.27 specific is required?

getnamo commented 1 year ago

You may have better luck using the v2.0.0 from UE5.0 on 4.27. It's likely 4.27 had some api changes. Ensure you're compiling the plugin correctly (https://github.com/getnamo/UDP-Unreal#blueprint)

Bardo91 commented 1 year ago

Were you able to compile it for 4.27?