The Float Multiplication Node
Blueprint contains many more nodes that are not related to variables or functions. One such example is arithmetic nodes (that is adding, subtracting, multiplying, and so on.). If you search for float * float
on the Blueprint Actions menu, you'll find the Float Multiplication node:
This node allows you to input two or more float parameters (you can add more by clicking the +
icon to the right of the Add pin
text) and output the result of the multiplication of all of them. We will be using this node later, in this chapter's activity.