I want to make a rope suspension moving platform with tractor on the top of it.
I made a blueprint like:
I attach the cable actor to Cell(static mesh component),and when I activate this platform, the “Cell” will translate between “Start Point” and “End Point” thus make the rope tract the platform.
The cables were set attach end to the Platform’s relative sockets.
Blueprint:
But when I activated the platform, the “Cell” was moving perfectly but the ropes attached to it were flickering.
The flickering is like something goes wrong with the rendering order and transparency.
I tried:
Setting the Cables’ tick group to Post Physics.
Attch one new cable’s end to the Cell, and drag it as a child of the Platform.
But it still happens.
I suppose:
The Start of the cable actor is not allowed to move persistently.