Is there any way to customize a math expression using a string variable which contains the intended expression? Unless of course there are better options than math expressions? The main objective here is for the users to be able to write an expression in the UI which will then be calculated. By the way the number of the parameters of the math expression is definite, 3 to be exact.
Or a brief version of this question: Can I write functions and make them work during gameplay? And this function takes no more or no less than 3 parameters. Since math expressions` expressions are essentially strings in the way I understand it, I should also be able to pass it a string variable as its expression. If this could not work for now, might I suggest that the next version of UE4 include this feature.
Thanks in advance!