Set Niagara User Variable

I have a ColorCurve user parameter in niagara:
image

I want to be able to set this in a blueprint but the option doesn’t seem to be there? Is there another way to do it (maybe something like make a color curve from 3 vector variables? so a player could choose a start, middle and end colour)

For clarity, this is how I would typically do it for a User.Float Variable:
image

There really doesn’t seem to be a way to make a color curve dynamically and send it to niagara :confused: FeatureRequest


I don’t think it’s as good as using a curve but the best solution I found was to lerp 3 linear colours in a scratch module and then link the variables to User.Parameters

image

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.