01-23-2015 11:33 PM
You can easily get the names of the members of a cluster using a property node. Is there any way to do this with a Class datatype?
Thanks.
01-24-2015 01:27 AM
If you press ctrl+shift+b to open up the class browser and select the search button you can search classes for lvclass. This will bring up all of the properties for lvclass.
I was just looking at this yesterday and I want to say there is a property there but I am not sure.
01-24-2015 10:28 AM
The class data definition is a cluster, but it's hidden (on purpose). It is possible to open a reference to it, but it's fairly roundabout and you should be careful with it. I also wouldn't recommend it for anything that's not an edit time tool. You can see some code which does this here - https://lavag.org/topic/10322-cr-lvclass-api/#entry61676