How can i make the cable go the same direction of the line-trace + How can I make my cable have more range and not point down in 2D?

I believe End Location expects a Local Space value, whereas Impact Point is in World Space. You need to convert Impact Point to Local Space by using the Inverse Transform Location function.

image

Connect Get Actor Transform (or Cable → Get World Transform) to the T pin, the return value will be in Local Space.

Transform a position by the inverse of the supplied transform. For example, if T was an object’s transform, this would transform a position from world space to local space.

References:

1 Like