Ashley how are the Params stored and passed to the functions. Im trying to make a reference object that allows the user to store a reference to an object and then call actions based on an event, but I dont know how to call the function with the parameters. In the old version of construct they were all passed by sending in a vector or an array I think but now you use normal function parameters and im not sure how you store them when you are adding them in the ACES.
and before you go telling me that there would be problems with calling functions like that i am well aware of them. If a user calls a function that does not exist the plugin would handle it.