Can anyone tell me the pins usage in SET node ?

I see SET node in unreal engine 5 has 3 pins can you explain each pin usage ?

image

Thanks

This was the same in UE4. What you’re seeing is a variable getting set in the character. If you try to do that, you will get the same sort of node.

1 Like

Target is the object you are setting the value on, Vehicle is the value that you’re setting, and the pin on the right side is just for convenience, it is a getter for the property you just set

2 Likes

Thanks alot to all :heart_eyes:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.