Quest Map Pro
  • Overview
  • Discord
  • YouTube
  • Orbital Market
  • Unreal Launcher
  • Updates
    • Roadmap
    • Update on 1.6 (2025)
    • Update History
  • Getting Started
    • Integration
      • Add Components to your Controller
      • Add Interface to your Controller
      • Add Interface to your Character
      • Add and Configure Input Mappings
      • Add and Configure the Map Helper
    • Setting Up Landmarks
      • Add the Landmark Actor
      • Define the Landmark Bounds
      • Setting up a Navigation Point
      • Configure Fast Travel
      • Set Name, Icon and Color
    • Setting Up POIs
    • Setting Up Hidden Objects
    • Setting Up NPCs
      • Adding the Interface to your NPC
      • GetNPCState Function
      • GetNPCIcon Function
      • GetActorReference Function
    • Setting Up Navigation Trails
      • Add NavMeshBoundsVolume
      • Scale NavMesh
      • Add the Location Manager to your World
      • Set Navigation Data in Location Manager
    • Using Your Own HUD
      • Place the Compass Element
      • Place the World Map Element
      • Place the Mini Map Element
      • Name the Elements
      • Add Interface to your HUD
      • Set Up Interface Functions (HUD)
      • Set Up Interface Functions (Controller)
      • Disable the Example UI
    • Using A 3D Widget Map
    • Setting Up Quests
    • Setting Up Custom Collision
      • Creating a New Collision Object Channel
      • Changing Actor Object Types
      • Update Character Helper Overlaps
    • Setting Up Save Data
  • Troubleshooting
    • Common Issues
    • Troubleshooting Guide
    • Troubleshooter Widget
  • Systems
    • Systems Manager
      • Configuration
      • Discovery Actors
      • Location Widget
      • Waypoints
      • Quests
      • Navigation Trails
      • Markers
      • Saving
      • Debugging
    • Compass System
      • Compass
      • Directions
      • Degree Counter
      • Landmarks
      • Points of Interest
      • Hidden Objects
      • NPCs and Enemies
      • Waypoints
      • Quests
      • Players
      • Debugging
    • Map System
      • Configuration
      • Map Controls
      • Map Fog
      • Player Marker
      • Landmarks
      • Points of Interest
      • Player Waypoints
      • Quests
      • NPCs
      • Players
      • Player Notes
      • Dynamic Markers
      • Debugging
  • Helper Blueprints
    • Character Helper
    • Location Manager
    • Map Helper
    • Navigation Helper
  • World Actors
    • Discovery Actor
    • Hidden Object Actor
    • Landmark Actor
    • Point of Interest Actor
    • Quest Actor
    • Travel Point Actor
    • Waypoint Actor
  • Integrations
    • Integrations
      • Lyra
      • Survival Game Kit Version 2
      • Narrative Quest and Dialogue System
      • Easy Multi Save
Powered by GitBook
On this page
  1. Systems
  2. Systems Manager

Configuration

Configuration variable documentation for the Systems Manager

Last updated 1 year ago

Activate on Begin Play

If enabled, Quest Map Pro systems will activate on begin play. Should work under most scenarios.

Destroy Helper Actors

If enabled, both the map helper and location manager will be destroyed on startup. This is the ideal setup, as it ensures there is no chance of those actors interacting with anything in your scene. However, if you are working with a persistent world where the map is not reloaded on respawn, you will need to keep these actors around in some cases to allow Quest Map Pro to reinitialize.

Use Example UI

If enabled, the example UI included with Quest Map Pro will be spawned and added to the viewport. If disabled, Quest Map Pro will look for UI elements via blueprint interfaces in the Player Controller.

Character Helper Offset

Height offset used to control the z-axis of the character helper actor (which contains trigger volumes).

Discover Radius

Determines the distance from the player at which landmarks are “discovered”. Also controls the distance from the player at which waypoints are considered reached.

Landmark Activation Radius

Distance from the player at which landmarks are detected.

POI Activation Radius

Distance from the player at which POIs are detected.

Hidden Object Activation Radius

Distance from the player at which hidden objects are detected.

NPC Activation Radius

Distance from the player at which NPCs are detected.

Enable Fast Travel

If enabled, the player will be able to use the included fast travel system by clicking on waypoints within the world map (can also be called through other actions if desired).

Fast Travel Fade Time

Length of time (in seconds) it takes between starting a fast travel action and completing it.

Player Class

Parent class of all player characters used to determine if an overlapping actor is a player.

Max Reference Attempts

This setting is used to limit the number of attempts to initialize Quest Map Pro before alerting, via debug messages, that a failure occurred.

Disturbance Update Rate

The rate at which magnetic disturbances update. Higher values will give smoother updates at a theoretical cost to performance (likely to be negligible in most cases).

Dynamic Marker Update Rate

The rate at which dynamic markers update when ongoing updates are active. Higher values will give smoother updates at a theoretical cost to performance (likely to be negligible in most cases).