A sample for calling a UFunction with reflection?

Yup, is the only way to determine what the parameters are in a UFunction to compare it with a known signature with IsSignatureCompatibleWith?

I figured out I can pass in parameters by putting them into a struct and passing that in.

Thanks Mike!