Hello, trying to grab data from configs, using JsonObjectStringToUStruct to parse the data, however it keeps saying unresolved externals?
I’ve already added JsonUtilities to my PublicDependencyModuleNames, and included “Runtime/JsonUtilities/Public/JsonObjectConverter.h” to the top of the code.
You should have these module dependendencies: “Json”, “JsonUtilities”
And this include: “JsonObjectConverter.h”
Also, your example is not valid json, it should be surrounded by {} instead of (), the field names should be wrapped in quotes, and general convention is to start them with a lowercase character