Niagara follow spline in UN5

Hi.

I’m trying to create FX where particles follow the spline. It was based on this video: N8: Spline based Niagara Effect | UE4 Niagara System For Beginners | AIP - YouTube

I have an actor with spline inside:

Custom script for particles:

Spline binded from user parameters:

As final part, I added spline and fx to world and bind spline to fx:

And got nothing in result!

I can add niagara effect directly to spline actor and it will work inside preview but doesn’t work in world.

Any suggestions how to push it to work?

2 Likes

I found out how to “fix” it. Just set EmitterProperties → LocalSpase.

2 Likes

I ended up here trying to follow the same tutorial.
In the tutorial he uses the WS (World Space) version of the Sample Spline Position node. I believe this was the mistake.