Hi everyone,
I am trying to change the base color of a material and have it change on all objects that have this material assigned. I’ve created a Material Instance Dynamic but I have to pass on a specific object that contains that material…which will then only affect that object. Is there a way to change the material base color in general without having to pass on an object? Thanks in advance!
If you assigned that material instance to 10 objects, when you change the base color, they will all change.
I know it works manually but I am asking how to do it through a blueprint.
2 Likes
You just need all the Objects to have the base Material assigned to.
Not an Instance of that Material…
How would that work?..
Wouldn’t that only work if all objects are the same?
They only need the same material instance.
This is what I was looking for! Thank you