How to add parametres to functions called in strings (set timers etc)

I’m trying to call a function with a set timer, my function has inputs though that I’m not sure how to add to my function call (which is a string).

Is there a way to do this?

Thanks!

I had a little search, and this seems to indicate it’s not possible (if it can’t be done in C++, I don’t believe it can be done in BP). The work around seems to be to store the values you want in a variable, and then get those values inside of the timed function. Not ideal it seems.

Can anyone think of a more elegant solution?

Oh, well that sucks a bit. And yes, that’s the solution I had in mind as well but it’s not pretty.

Thanks for the info!

There is no other way around.

Ok thanks. I’ll deal with it in other ways then!