BP that assigns random material?

I’d probably make an array containing each material then use a random int(the size of your array) with the ‘get’ node to assign the random material. I can elaborate if you need.