Points of Interest (POI)

Configure and manage Points of Interest on your minimap

POI Overview

Points of Interest (POI) are actors that appear as icons on your minimap. They can represent enemies, pickups, NPCs, quest markers, or any other important location.

ℹ️ Flexibility: The POI system is datatable-driven — add, modify, and manage types without changing code.

POI Properties Reference

PropertyTypeDescription
Actor ClassClassThe class of actors to represent as POI
Icon TextureTextureThe icon displayed on the minimap
Icon SizeVector2DSize of the icon
Icon ColorColorTint color for the icon
Is DynamicBooleanWhether the POI updates position in real-time
Distance RangeFloatMaximum distance to show this POI

Static vs Dynamic POI

Static POI

Fixed location markers — perfect for treasure chests, landmarks, fast travel points, quest objectives.

Dynamic POI

Moving markers that update in real-time — ideal for enemies, NPCs, vehicles, multiplayer players.

⚠️ Performance Note: Dynamic POIs have a slight overhead. Use static POIs when possible.
Minimap, Map and Navigation System - Documentation | Athian Games