Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help  Obi Rope Lenght Problem
#2
(15-04-2020, 11:57 AM)relevantname Wrote: Hi, 

I can't increase my rope's lenght after certain point. Is there a restriction for that?

Thanks.

Yes. Ropes have a particle pool from which they take particles to increase their lenght or be torn. Once all particles in the pool have been used up you can no longer extend the rope. This is done to avoid runtime memory allocations.

You can change the size of the pool in the rope's blueprint. See:
http://obi.virtualmethodstudio.com/tutor...setup.html

Quote:Pooled particles:
(Ropes only). Extra particles allocated to be used when tearing or resizing the rope. You can set this value to zero if you do not plan on tearing or resizing the rope at runtime, as no extra particles besides the initial ones will be needed.
Reply


Messages In This Thread
Obi Rope Lenght Problem - by relevantname - 15-04-2020, 11:57 AM
RE: Obi Rope Lenght Problem - by josemendez - 15-04-2020, 12:00 PM
RE: Obi Rope Lenght Problem - by relevantname - 15-04-2020, 12:31 PM
RE: Obi Rope Lenght Problem - by josemendez - 15-04-2020, 12:39 PM
RE: Obi Rope Lenght Problem - by relevantname - 15-04-2020, 12:46 PM
RE: Obi Rope Lenght Problem - by josemendez - 15-04-2020, 01:00 PM
RE: Obi Rope Lenght Problem - by relevantname - 15-04-2020, 01:13 PM
RE: Obi Rope Lenght Problem - by josemendez - 15-04-2020, 01:16 PM
RE: Obi Rope Lenght Problem - by relevantname - 15-04-2020, 02:08 PM