unreal engine 4 making a cable wrap around objects

1.3k views Asked by At

does anyone know how to make a cable component respond to being blocked by other physics components in unreal engine 4? game has a swinging rope that should wrap around objects it hits, instead every setting I try it is still passing through them.

1

There are 1 answers

1
JonS On BEST ANSWER

I think the cable component isn't fully fleshed out, in that it doesn't do any kind of collision work. If you want cables that can wrap, look at NVidia FleX (they have a github with a working implementation in 4.15)