Hi everyone,
what works fine in the script component stays null using in a compiled component. It seems that the param doesn’t even get initialized until something gets wired.
What I am trying to achieve is
if (any vector is connected) //Component.Params.Input[0].SourceCount>0
use this vector
else
use the normal
Thanks in advance and have a nice sunday!