How can i change texture from menu ?

Hi, I’m very new on UE platform

I want to make a menu which shows a clickable materials.
And want to change one of my wall texture with these selection.

I hope someone can help me and I hope m writing correct section of forum

Are you using UMG for this? Or are you just in the planning stages?

Just planing now but i need it for my project.
I need to practice before i start that project

Well, the best way to do this would be to use a UMG button, the “Brush” of the button being the texture you want. Add an OnClick event to the button and have the event change the material on the wall to the material on the button. It definitely can be done.

well ok i ll try, but if it is simple can u show it to me with ss ?