MapBounds Actor

Configure and use the MapBounds Actor for minimap regions

What is MapBounds Actor?

The MapBounds Actor represents the boundaries of your minimap. It defines the area visible on your minimap and handles texture mapping.

ℹ️ Core Concept: Each MapBounds Actor corresponds to one minimap region. You can have multiple regions in a single level!

Placing MapBounds Actor

  1. Find BP_MapBounds in the plugin's content folder
  2. Drag it into your level
  3. Position it to cover your desired map area
  4. Scale it to match the boundaries of your playable area

Configuration Properties

PropertyDescription
Map TextureThe texture representing your map (screenshot or custom design)
Bounds SizeX and Y dimensions of your map area
Texture MaskOptional mask for non-rectangular map areas
Region NameIdentifier for this map region

Multiple Map Regions

The system automatically switches between MapBounds actors based on the player's position. Useful for:

  • Interior locations — caves, buildings, dungeons
  • Vertical spaces — different floors of a structure
  • Open world zones — separate areas with distinct maps

Creating Your Map Texture

  1. Position your camera above your level for a top-down view
  2. Take a high-resolution screenshot
  3. Import the image into your project
  4. Assign it to the MapBounds actor's Map Texture property
💡 Pro Tip: Use a higher resolution than you need, then let the engine scale it down for better quality.
Minimap, Map and Navigation System - Documentation | Athian Games