Does “Set Niagara Variable (xxx)” node support enum?
I added enum to niagara’s user parameters.
I want to change it when spawn this system in BP.
How to set?
Does “Set Niagara Variable (xxx)” node support enum?
I added enum to niagara’s user parameters.
I want to change it when spawn this system in BP.
How to set?
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.