Hi guys,
I may have just overlooked it in the Blueprints, but I yet have not found any functions that would let us operate variables values in a simple manner.
E.g. do this
instead of this
![khjkhk].JPG|607x356](upload://tMNDf44ZMS2VQ6dmae8SpU45tSF.jpeg)
Which is for me personally very time-saving. I created a BP func library for increment/decrement and compound operators and use it in my projects. Did I miss them somewhere, or if not, do you think it would be useful to release this BP func library as marketplace asset?
Edit: to clearify, these are most of the funcs you would get in the library:
+=, -=, /=, *=, ++, --, toggle bool (yes, even that. Did not find any native func which does that, lol), and also logic operators for numeric types.
All of that would be for ints and floats. Some of compound operators may also be useful for strings, so I might add those as well.