Do you have any general guidelines on how to identify a pin as input or output? At one point I thought “pointers in and references out” but quickly found that doesn’t hold. I’m quite curious as well to know what UPARAM does. Is there a “for dummies” guide on any of this? I’d like to use your plugin to get my first taste of C++ but I don’t see a pattern for input and output pins. I’ll take a look at your examples in the plugin to see if it helps.
I’m determined to bash my head against this until I figure it out