Hi all,
In desktop programs, I can programatically get a list of enum strings by creating a (possibly-hidden) FP control, linking it to a property node, and reading from the Strings[] property.
Unfortunately, property nodes aren't supported on RT targets. What other options are there?
Thanks in advance!