Minimap Widget

The UMG widget that displays the minimap on the player's HUD

Adding to HUD

  1. Open your player HUD widget
  2. Add the Minimap widget blueprint from the plugin
  3. Position it on your screen (typically top-right or bottom-left)
  4. Configure the widget properties

Widget Properties

PropertyDescription
Minimap SizeDimensions of the minimap display
Allow Circle MaskEnable circular minimap shape
Auto RotateRotate minimap with player camera
Zoom LevelDefault zoom level
POI DatatableReference to your POI configuration
Player IconIcon representing the player
Border StyleVisual styling for the minimap border

Circular vs Rectangular

The AllowCircleMask parameter controls the shape. Circular uses an opacity mask and adjusts POI positions to stay within bounds. Rectangular is the standard square display.

Auto Rotate

When enabled, the minimap rotates to match the player's camera direction. The player icon stays centered while the map rotates around it.

Minimap, Map and Navigation System - Documentation | Athian Games