Cant identify or know how to make this part in Blueprint

Hi can anyone tell hhow to make the box with the value of 10? I haven’t seen it before.

It’s a simple “+” node. (Just right-click in your Blueprint and enter “+” in the search box.)

You can do the same for other mathematical operations (-, *, /, even %).

Drag a connection off the Spline Distance float → right click → enter “+” → choose “float + float”

As stated this can be done for common math expressions or functions.
You can drag off and type these symbols

    • addition
    • subtraction
      
    • multiplication
  1. / division
  2. greater than
    
  3. < less than
  4. = greater or equal to

  5. <= less or equal to

Can be commonly used for
Integers
Floats
Vectors