Okay so either this is a bug or something you can’t do but I’m trying to change a dynamic material from the level blueprint.
First I created a material with a vector parameter
Then I set up a dynamic material from the previously assigned material and set the color parameter using a variable inside the actor blueprint
Then from the level blueprint I try to change the color variable in the actor
Yet the color of the cube stays the color of the original NewColor variable
The reason Im trying to change the color in this way is to set multiple parameters of multiple materials and eventually allow the player to choose a color, resolution, etc. If anyone has a different way of doing this that works it’d be very helpful.