Help, what is the Python Script API to change a StaticMesh's Material?

unreal.StaticMesh.set_material(material_index, new_material)

Hope that helps :slight_smile: I’m actually looking for how to set materials on Skeletal Meshes. Let me know if you found a way for that :stuck_out_tongue: