How to set enum variable to Niagara System in BP?

Does “Set Niagara Variable (xxx)” node support enum?
I added enum to niagara’s user parameters.

331705-userparameter.png

I want to change it when spawn this system in BP.
How to set?

1 Like

Bumping - As this has been unanswered for years and that seems really strange to me - Why is there no Set Niagara Variable Enum?

Because the Blueprint function node doesn’t know which kind of enum you’d want to set. It’s based on the C++ api and fixed at editor compile time.

You should be able to set enum parameters as integer, but then you lose the nice enum entry names of course.