Hello, i need this for my Blueprint, but i don’t know how its called, i can’t remember so if someone know it will help (its for a variable)
Hey there @RagePoTesNul666! That’s actually just a division node. You can access it by searching for / or divide
Each of the nodes are wildcards, which means they can accept any data type specified on their drop down. You can also split or recombine nodes that are made up of multiple other data types.
Hope this helps!
hello there @SupportiveEntity , i know what its was just i need the same setup , i need the X, Y and Z like in the picture, do you know how i can do it ?
You just need to split the vector pin into its components. Right click the pin and split.
thanks you guys
The third image shows off the Split Struct Pin option. Connect a Vector (or set it as vector with right click context menu on the wildcard node), then right click the node again and look for the Split Struct Pin, which will split the Vector3 into X,Y,Z Floats.



