[Feature Request] Niagara: set int value via Blueprint

I think it is just a missing feature. Float is possible and works. But why not int? Also things like 2D float curve would be nice to set from outside.
When i have a niagara component, i can set both int value and 2D float curve in the details panel, but then they are just static.

Thanks for pointing that out. We’ll take a look at the int. Adding DataInterface support will involve quite a bit more work as we will need to add some thread safety to setting those parameters live as they are currently being read on the render thread.