Set polyester material

Hi guys,
I need to create a polyester material, using blueprint in material editor. What should I do to get something similar to this one:

46601-main_pu_polyester_bomber_jacket.jpg

Not retro-reflective lines (but if you have any idea even on the implementation of these, I’d be also very grateful)

You could use a Fresnel node as a mask to Lerp(linear interpolate) between those 2 sades of orange. You’ll have to play with fresnel values in order to get the looks you want. Reflective lines are tricky though, as we dont have access to light vector anymore. You could mimic that by feeding the light vector through blueprints but even then it would work for a single light source. But you can set up a silverish-metallic material like that, then increase/decrease an emissive value depending on the distance to the player.

For the reflective lines… what’s about metall with high roughness and normal map applied for the creases