Releases: kyunwang/msgpack4ue
Releases · kyunwang/msgpack4ue
v0.0.3 - Primitives
v0.0.2 - Support Array, Null, Objects, better error handling
General
- Change MQTT Plugin
- Customised to return TArray along with original implementation of FString
- Handle handling null/empty messages
- Will consider it unsuccessful conversion instead of crashing
- Update msgpack + MQTT demo project
Additional supported types:
- Arrays
- Wrapped in
{ "array": [ ... ] }
- Can contain multiple types
- Can be nested
- Can contain Objects
- Wrapped in
- Support more complex objects
- Nested Objects and with different types
Arrays can have multiple types but you'll have to handle consuming the data in your application. This library only converts and provides.
Release v0.0.1
Release v0.0.1
- Decoding msgpack (binary) into JSON type (UE-compliant)
- Includes simple example BP in plugin
- Includes simple example BP with MQTT
Tested on Windows & Mac with UE5.1.1