Hi, i hope you have a great day !
So i’m trying to replicate the swinging hook of ‘Hammond’ from the game overwatch. I tweaked some code from this tutorial for my need ==> Unreal Engine 4 Tutorial - Grappling Hook - YouTube
I’m very happy everything is fine, except for one thing:
My cable stay invisible when i press the grappling button, even if i can see the cable shadow:
My Grapple InputAction:
My Grapple physics: (in tick event)
The visibility of the cable is ‘off’ by default and I have put the visibility ‘on’ when i press the grapple input but the cable stay invisible except for the shadow.
I would appreciate any tips !