05-24-2017 11:00 AM - edited 05-24-2017 11:29 AM
I am trying to call a static field from a .net class.
From my understanding you can call a static Property from a .net class using a property node without a reference and you can call a static method using an invoke node without a reference. But I cannot figure out how to call a static field.
05-24-2017 11:22 AM
I Found it in the Property Node...