Search code examples
unreal-engine4nvidia-flex

unreal engine 4 making a cable wrap around objects


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.


Solution

  • 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)