> For the complete documentation index, see [llms.txt](https://dapper-raptor.gitbook.io/quest-map-pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dapper-raptor.gitbook.io/quest-map-pro/world-actors/landmark-actor.md).

# Landmark Actor

The **Landmark** world actor (**BP\_QuestMapPro\_Landmark**) is used to define a location and data used for Landmarks by the various systems in Quest Map Pro.

## Settings Overview <a href="#h.e4gbesz0yi5p" id="h.e4gbesz0yi5p"></a>

<figure><img src="/files/VrNw2ptM2webuG1lgpD3" alt=""><figcaption></figcaption></figure>

### Configuration <a href="#h.8m6ily7dl4r" id="h.8m6ily7dl4r"></a>

<table data-header-hidden><thead><tr><th width="209"></th><th></th></tr></thead><tbody><tr><td><strong>Location Name</strong></td><td>The name of this landmark, as used for the map UI.</td></tr><tr><td><strong>Landmark Icon</strong></td><td>Texture used to represent this landmark in UI elements (compass and maps). Note that textures used should have compression settings set to UserInterface2D (RGBA) and texture group set to UI.</td></tr><tr><td><strong>Discovered Color</strong></td><td>Color used for this landmark in UI elements when the landmark has been discovered (only valid if <strong>Use Landmark Color from Actor</strong> is set to enabled in the <a href="/pages/PZ42FJW66CUFtoVUfwso">Systems Manager</a>).</td></tr><tr><td><strong>Collider Radius</strong></td><td>Radius valud for collider volume for this landmark. Applies to both <strong>Sphere</strong> and <strong>Capsule</strong> settings for <strong>Collision Type</strong>.</td></tr><tr><td><strong>Capsule Half Height</strong></td><td>Height value used for collider volume for this landmark. Only relevant when <strong>Collision Type</strong> is set to <strong>Capsule</strong>.</td></tr><tr><td><strong>Collision Type</strong></td><td>Allows switching between different collision types; box, sphere and capsule.</td></tr><tr><td><strong>Collider Extent</strong></td><td>Dimensions for the collider volume used for this landmark. Should encompass all, or at least most, of the location to ensure the player "discovers" this landmark upon entering. Only revelant when <strong>Collision Type</strong> is set to <strong>Box</strong>.</td></tr><tr><td><strong>Navigation Point</strong></td><td>A target point reference used to determine the specific point in the world that will be used for the end of a Navigation Trail when targeting this landmark. If no point is set, the origin of the landmark actor will be used instead.</td></tr><tr><td><strong>Can Be Traveled To</strong></td><td>If enabled, players will be able to fast travel to this landmark when it has been discovered.</td></tr><tr><td><strong>Can Be Traveled From</strong></td><td>If enabled, players will be able to fast travel while within the bounds of this landmark.</td></tr><tr><td><strong>Travel Spawn Point</strong></td><td>Determines where the player will spawn when fast traveling via use of a <a href="/pages/RyBcXqhJzmbVEBsxEVk7">Travel Point actor</a>. If no travel spawn is set, then players will instead spawn at the origin of the landmark actor.</td></tr><tr><td><strong>Billboard Height</strong></td><td>Determines how high above the base location of the landmark actor the billboard icon will be displayed. Only impacts use in editor (billboard is not visible at runtime).</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://dapper-raptor.gitbook.io/quest-map-pro/world-actors/landmark-actor.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
