UnrealZeroMQ icon indicating copy to clipboard operation
UnrealZeroMQ copied to clipboard

Feature/ue5 migration windows

Open henrymandeno opened this issue 1 year ago • 1 comments

Added support for Unreal Engine 5 for Windows x64 OS. Key changes:

  • Target platform of Windows 32 bit OS is no longer supported in UE5, so was removed
  • Switch statements no longer allowed by the compiler, converted to if statement
  • Changed ZeroMQ.uplugin version name to UE 5.1.1

henrymandeno avatar Apr 04 '23 10:04 henrymandeno

Still not work on Linux,Can you fix it please?

"error while loading shared libraries: libzmq.so.5: cannot open shared object file: No such file or directory"

40kg avatar Jun 01 '23 02:06 40kg