I had some loops inside a plugin to calculate values for all my instances. After which I need the values to be set to the instance variable (which I passed in from the event sheet as a string) at the plugin side.
Or is there anyway in the edit time I can do a drop down and select the instance variable to be passed as an index like how it is for the Set Values for the instances?
I can still do it in my event sheet but it will be another loop through the instances.