I make ‘TArray’ data in C++ actor class.
I want to use the data for making a sphere like below.
(X, Y, Z are normalized vector position, and W is temperature(color))

However, I can’t find a method to use the TArray for making material or niagara effect like the image.
Is there any solutions for this problem in material or niagara?