Hi all…
I have created this trasparent material, but how could i change its color? For example orange?
http://s27.postimg.org/m2mai4jfj/Immagine.jpg
Since your Emmisive Colour is linked to Particle Colour. The Material’s Color changes with the Colour of the Particle.
€dit:
If you want to have fixed colour, use a Constant3Vector, as it represents the RGB Values.
I have to use it istead of something?
You need to be linking the colour that you want for the material to a parameter. (for colours you require a Vector parameter for 0-1 you require a scalar parameter). Now you will be able to create an instance of that material and change that value at will including linking it to blueprints, matinees or whatever you need.
Thanks, i solved ;D