What if you want to multiply a value by ten in blueprint…
Drag value - release
type ‘*’
select type
select constant box
type 10
Job done.
What if you could just
Drag value release
type * 10 (int)
or type * 10. (float)
And what if you could select the multiply blueprint and convert it to another operation or function that matches the input and/or output types in situ.