Landmarks

Landmark variable documentation for the Map System

Landmark Size

Determines the size of landmark markers on the world map and mini map (separate values) when maps are at a zoom of 1.0x. Sizes will scale at different zoom levels appropriately.

Collect Landmarks at Startup

If enabled, the map system will collect a list of all landmark actors and process them. Can be costly in worlds with a lot of locations. Should only be used if every landmark is required at startup as landmarks will, otherwise, be dynamically added as the player comes across them. If false, starting known locations will be defined by the World Map Helper actor, which is much more performant and gives much finer control.

Unknown Landmark Icon

Determines the texture used to represent landmarks in the unknown state (the player knows the location but no further data). Note that textures used should have compression settings set to UserInterface2D (RGBA) and texture group set to UI.

Display Landmark Name on Hover

If enabled, location names will be displayed when the player hovers the mouse over the location icon on the world map.

Landmark Name Animation Time

Amount of time (in seconds) it takes for the landmark names to blend in/out on hover/unhover. Should be relatively short. Ignored if Display Landmark Name on Hover is set to false.

Last updated