Hi, this is probably a really dumb question as I’m very new to this but I was wondering if someone could help me out. I’m trying to change the colour of the table on a button press. My Green_Button and Dynamic_Material are in 2 separate Blueprints and I don’t know how to make them communicate with each other. My Green_Button works as it prints the string attached to it and the Dynamic_Material works when it’s activated on Event BeginPlay. However I can’t figure out how to put them together so that the table changes colour when the button is clicked. I’m sure I’m missing something very simple.
This is my attempt so far…
A very simple OnClicked which passes through a boolean variable called Button_Is_Clicked and finally prints a string at the end
Here I’m attempting to say if Button_Is_Clicked then set colour of the Vector Parameter to Green
Thanks
Selwyn