- Status
- Offline
- Joined
- Apr 24, 2021
- Messages
- 50
- Reaction score
- 47

V.4.26
You cant view this link please login.
Add one or more (mini-)maps to your game with customizable border, shape and transparency. Add icons to actors in C++ or BP. Customize icon animations with gameplay driven materials and hook your gameplay logic up to minimap UI events. Multiplayer compatible.
Icons are greatly customizable, such as in terms of texture, animated material, rotation, size in screen or world units, draw color and draw order. When an icon is outside the minimap it can appear as an arrow at the edge of the map. Any aspect of an icon's appearance can be changed during gameplay via C++ or BP.
Technical Details
Maps– Control size manually or automatic via UMG
– Rectangular, circular + bordered, borderless, transparent
– Create backgrounds by drawing over generated images with nav mesh
– Center the map on an area or actor. Control zoom-level and rotation. Show the player camera's view as a trapezoid.
– Supports automatic texture switching based on height (multi-floor building) or priority (indoor volume).
– Fires UI interaction events
Icons
- All properties changeable in-game
– Give an actor an icon by attaching an icon component
– Customize its texture and material
– Material instances are accessible for gameplay driven animation. Flash, pulse and clock anims included.
– Control icon size in screen space or world space
– Customize rotation, draw color and Z-order
– Show an arrow when icon is off the map
Fog of war
– Add fog of war to the minimap and world
– Actors can reveal areas temporarily or permanently
– Actors and their icons can be hidden when inside fog