Hi, I’m trying to set a new image color from another actor. I’ve tried a different way to access image variable(since it’s only private) and set it to the new color, here’s is the latest logic that I got.
SomeActor->Event Graph
Widget Blueprint->Event Graph
Widget Blueprint->Hierarchy
Play in Editor:
Where the TV(in front of player) have the widget component which having widget blueprint class on it.
So you can see in the red circle, it’s print ‘1’ which as I understand is my function work properly, so I’m wonder why the color is still white instead of red.
PS. I’m not English native speaker, sorry for my grammar🥹.