How to make a interface like a computer?

i want to make a interactble interface like a picture that have places where i can click on but it wont be an object just a place that i can click on

UMG Widgets are probably the easiest way to do this if you are just beginning out, as there are lots of tutorials on how to do that. Otherwise you’d have to play with different components in the actor blueprint like Text Render and make them intractable (most components have a on clicked event). If you want an example on how to click on things in a scene the puzzle blueprint feature (when you create a project) might be worth a look at as an example. Hopefully that will help!

i am not a begginer i have some knowlege so where do i fnd the UMG widegets i cant find them in the editor

The UMG quick start is probably the best place to look at for now -