Set X, Y, Z, values from Vector independently

Hi,
i want to change the X value of Vector in BP, how i do that?

Thanks!

While I don’t know of a way to set them individually, you can split the input pin on the ‘set’ node so you don’t need to ‘make vector’. (To do this, right click on the vector input pin and click on ‘split struct pin’). It should look like this:

36625-breakpin.png

Thank you!