A ZMQ/cppzmq wrapper plugin for UE4.
Following binary files under Source/ThridParty/zmqLibrary/ are compiled with vcpkg tool from libzmq source distribution(c971445).
libzmq-mt-4_3_1.dll
libzmq-mt-4_3_1.lib
libzmq-mt-gd-4_3_1.dll
libzmq-mt-gd-4_3_1.lib
libzmq-mt-gd-4_3_1.pdb
Header files in Source/zmq/Public/, except zmq.hpp and zmq_nt.hpp zmq_addon.hpp are taken from the libzmq distribution.
Header files zmq.hpp and zmq_addon.hpp in a directory Source/zmq/Public are from cppzmq-v4.2.2 distribution. A header file zmq_nt.hpp is a modified version of zmq.hpp which can compile without exception handling enabled.
Original documentations and license notices of libzmq and cppzmq are included in docs directory.
TODO