Can I call CreateString inline when creating a table?
Assuming following table in flatbuffers:
What is the correct way to set the value of a field in a struct in a Flatbuffers message via reflection?
I haven’t found a lot of information about how to (correctly) set a field from a struct inside a Flatbuffers message using the reflection functionality.