How to read Niagara user parameters from Blueprint?

User parameters are not designed to be read from the component, they are write-only. Niagara components should be used for cosmetic purposes only, so if you rely on them to drive other logic in your game then that’s a good hint that your code architecture is wrong.

2 Likes