++ & -- | Maybe a Solution?

I think that the current available ways to increment or decrement a number in blueprints is not fast like other programming language. Yeah, i can create custom nodes but you should always

  • Get the variable
  • Making the increment
  • Assign the value to the variable

Let’s see current solutions apart custom nodes

Definitely the macro way is better but what if we could do

Sorry for my bad english. I hope my thread is understandable :rolleyes:

Hi ,

That’s a great point, we’ve got a feature request in now for handling ++ and --, as well as += and -=. Hopefully we will see that implemented soon. :slight_smile: (UE-14499)