
Descrizione
Blueprint Json provides Blueprint-friendly JSON parsing and conversion tools for Unreal Engine. It lets users parse JSON strings, read JSON objects and values, convert JSON data to Blueprint/C++ structs, and convert structs back to JSON without requiring custom C++ code.
Key features include:
- Parse JSON strings into Blueprint-accessible JSON object and value wrappers.
- Convert JSON objects and values back into JSON strings.
- Read JSON object fields by name with success/failure outputs.
- Read JSON values as strings, numbers, integers, booleans, objects, arrays, vectors, rotators, transforms, colors, and linear colors.
- Read typed arrays from JSON fields, including strings, numbers, integers, booleans, objects, vectors, rotators, transforms, colors, and linear colors.
- Convert JSON strings, JSON objects, and JSON values into arbitrary Blueprint/C++ structs.
- Convert Blueprint/C++ structs back into JSON strings, JSON objects, or JSON values.
- Ignore extra JSON fields during struct conversion while preserving default values for missing fields.
- Includes 56 Blueprint nodes.
- Supports Win64, Linux, and Android packaged builds.