Get Vector Parameter Values

I was wondering if the ‘Get Vector Parameter Values’ Array is bugged or I am not using it correctly.

I have a Dynamic material instance that I am creating on construct and saving off as a variable. I can access the variable to set parameters of any type just fine. However if I try to use the ‘Get Vector Parameter Values’ array from the dynamic material variable, it is always zero filled.

My test results in only ‘Hello’ printing out, or if i connect the array to a length, will return 0 (I am also using this Dyn material to set colors, so I know that it contains vector parameters:

http://puu.sh/mFTsh/19cfd977c1.jpg

I solved the issue, but I can only think of edge case scenarios where this would be useful (maybe there is a reason?).

The node only returns values that have been set previously during runtime. Not sure if this is intended or not.

I can confirm, this is correct. I was intending to use this for grabbing all the names from the material, but it’s not useful if I have to hardcode set them in runtime before they’re available in the array.