If your are using UE5.0 project â then add below lines to your project DefaultEngine.ini
[Core.System] UsePackageTrailer=True
Default (automatic)

or If you canât find it, then open the Content Browser, click Settings, and tick 'Show Plugin Content'

Search âBP_MAPâ and drag to add into your level


(Donât change scales independently) and donât worry if there is extra space they will become transparent
.png)
****

It will automatically add the minimap to the screen by default.
However, if you want to add the minimap in a custom widget to customize itâs location freely:
Untick âHUD?â bool in BP_Map and use the 'Get Minimap' node to obtain the minimap widget and then add it to any of your overlay, size boxes, canvas panels etc.