Hi.
I create script for niagara:
Add some custom params to it:
But inside niagara system there are no visible params:
That’s strange too (all params already inside “Map Get”:
What I’m doing wrong?
Hi.
I create script for niagara:
Add some custom params to it:
But inside niagara system there are no visible params:
That’s strange too (all params already inside “Map Get”:
What I’m doing wrong?
Niagara’s parameters don’t compile if they don’t have to. What I mean by this is, if the parameter does nothing (not connected or something like that) it will not show up, you need that parameter to affect (by been used in operations or directly connected) to a map set
That’s true! When I started to use params, they become visible inside niagara.
Thanks!