If object A has a label, the label stores data of type Vec3.
I can't get the value of this label correctly in DLL. I try to cast the type and it looks fine, but I get an error during the edit phase.
Maybe I should know how to type cast in a DLL.How can I cast directly while writing a DLL ?