I am iterating over a list of UFunctions and calling them, I have a number of values stored in my class in an array… I want to provide them to the UFunction based on parameter index… So Class.params[0] would be provided as UFunctions.params[0].
I’m having issues understanding how to provide params to a ProcessEvent call dynamically.