One thing is GENERATED_BODY() defaults to private:. If you want the properties to be public, you have to use a public: identifier.
EDIT: Or use Get() Set() functions.
One thing is GENERATED_BODY() defaults to private:. If you want the properties to be public, you have to use a public: identifier.
EDIT: Or use Get() Set() functions.