Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changing Substeps at runtime
#1
Hi,
Is it possible to change the substeps in scrip at runtime? 
I want the rope to start stretchy then when grabbed becomes stiff by increasing the substeps to stop its movements. 
Is there another alternative to make the rope looks tight when grabbed?
Reply
#2
(17-12-2023, 07:00 PM)FadelMS Wrote: Hi,
Is it possible to change the substeps in scrip at runtime? 

Hi,

Yes, it's just a public variable of the ObiFixedUpdater component.

(17-12-2023, 07:00 PM)FadelMS Wrote: I want the rope to start stretchy then when grabbed becomes stiff by increasing the substeps to stop its movements. 
Is there another alternative to make the rope looks tight when grabbed?

Make sure your rope blueprint uses the lowest possible resolution. This will make it far more resistant to stretching even under low substep counts.

kind regards,
Reply