Replies: 2 comments
-
I think you are supposed to use the Properties for that. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Iterate over meta data members is quite easy actually: for(auto data: type.data()) {
// ...
} As for the variable names, |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I'm looking at the reflection system test code and documentation. Is there a way to iterate over an object member variable and get all the variable name (as string) ? I did figure out how to do it with values but not with names. Trough the registered hashed_string maybe ?
Beta Was this translation helpful? Give feedback.
All reactions