Skip to content
kyunwang edited this page Jul 26, 2023 · 3 revisions

msgpack4ue wiki

An Unreal Engine plugin for decoding msgpack format data.
Primary usage for this plugin is to decode MQTT packages which are send in msgpack format.

The intention of this plugin is to be used in Blueprints but it's possible to use in C++ also.
Documentation will assume Blueprint usage

Clone this wiki locally