How can I select an image based on a variable value in UMG?

I am making a tutorial system where you see an image based on the keybinds you have.

How can I do that in blueprints?

I am making a tutorial system where you see an image based on the keybinds you have.

How can I do that in blueprints?
[/QUOTE]

Im not sure if i correctly understand, but on keypress you can assign image as variable… for example Q -> set umg image31 “image003”…?
There is probably better way to assign all keys images somewhere but i dont know it yet.

I found a way to do it.