VaRest
VaRest copied to clipboard
Is there a way to create a Json object as an instance variable?
This is probably a silly question. (and probably not possible) However, is there a way to create a Json object through something like a public instance of a variable where it is settable in the editor similar to how the MakeJson node works inside Blueprints?
Essentially, it would be really nice if I could create a Json object on an instance of a class through something like a public variable.
Instead of it showing up like this:
It would look something more similarly to this: (with however the added ability to insert a value also)
Currently it's not possible, I'll think about it as a possible feature
So this doesnt work?
No, there is no inline constructor for this.
No, there is no inline constructor for this.
ok, thanks for the response. Will try add the constructor and push if I can find the time