Replies: 1 comment 2 replies
-
|
That is strange, what you've written there should be how it's done, however if you're using the main branch of Coral it's possible that it's bugged, it's definitely working in the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
-
How do I get arrays from fields?
At first I thought something like this would do the trick:
Coral::Array<int> arr = managedObject.GetFieldValue<Coral::Array<int>>("IntArrayField");but
arralways has a length of 0.I also looked at the examples and tests but couldn't find what I needed.
Beta Was this translation helpful? Give feedback.
All reactions