Hi all…
I need to create a struct so I can load up a json config file… One of the vars in the JSON file looks like this.
"AdditionalRoutes": {},
This will be used with the UE classes to serialize and deserialize to and from JSON objects and what not to store the json data in a struct.
Thanks