In BP, How to set Spline Variable type in Niagara?

In a Niagara system,
I have a User Parameter of type spline.
How can I set that spline in blueprint?

Thank you in advance

Hey just had the same problem.
The way i got it to work was to make a second user parameter which is an object (SplineObject in the picture).
Then under the spline parameter, set the SplineUserParameter to the new SplineObject.

You can now use the SetNiagaraVariable (Object) to the Spline object and it will work.

2 Likes

Dear Sir,
I am glad, that I did not tackle this problem a fortnight earlier, as I would have despaired without Your solution!

Thanks Man !

Hello, I also encountered the same problem.

how set the SplineUserParameter to the new SplineObject ?

I can’t find the entry for setting :upside_down_face:

Thanks man, that’s do the trick!