How to create a topdown map?

I want to create a game where my character moves through a one story building. I’d like to incorporate a map into the bottom corner of the screen that shows a top-down view of where the character is in the building. Is this possible? How would I go about creating this?

Yes but it’s somewhat complicated, you’ll need to separately draw an image for the map, then setup a widget that places an icon on the map in relation to their game works location using an equation. It’s more than I’ll type out here by there are a few good tutorials on YouTube if you search it

I’m having a hard time finding what I’m looking for on Youtube. Maybe I’m using the wrong keywords. Do you know of a video that would help?

I followed a lot of Alamars Dev Domain videos, he has a good one. Id search “how to create mini map in unreal engine” in either Google or YouTube, I’m sure you’ll find something that will guide you to what you want