Niagara ribbon id

Hello everyone,
I’m having a problem with niagara ribbons, when I use spawn burst instantaneous seems that the ribbon is not following any logic. In this example I spawn 10 particles, but the order seems very random, and change if I increase or decrease the particles number.
please help!
thanks!
E

1 Like

Hey Manuelfisher,
it took me a while to find a solution for that, but it looks like that by default ribbon will be ordered by particle normalizedage, which is kind of random in case of burst spawning.
All you have to do is to override the RibbonLinkOrder parameter with the particle ID, and it should work!

4 Likes