JSON Object Serialization

Hello Everyone,

I’m making Steam Workshop System for my game and I want to add the functionality for serializing and deserializing objects in custom files with custom paths.

The problem is that I don’t find any way to add JSON serialization with blueprints.

Thanks in advance, Retr0A

Hello.
I don’t know of a way to get all the properties automatically using blueprints, so I have to iterate over all the properties manually.

Serialize:

Deserialize:

I use JsonBlueprintUtilities:

My Products