Skip to main content

Screen Space markers

Screen space markers are the visible markers on screen in the player's viewport. They show in the 3d world.

screen-space-markers.webp

Adding markers

Markers are super easy to add. Simply select your actor or blueprint and add the component Navigation Marker.

navigator-marker.webp

After that it will work right out of the box across all Navigator UI widgets.

navigatior-marker-demo.webp

You can add markers to any actor you wish. Commonly, you may add a marker to your player or enemies.

Marker Properties

NameTypeDescription
LocationDisplayNameTextThe name of the location marker.
LocationIconTexture2DThe icon that will be used for the marker.
IconTintcolorThe tint of the markers icon.
IconSizesizeThe size of the marker.
IconOffsetvectorUsed if the icon needs to be offset to be centered or changed.
ShowActorRotationboolShould the marker rotate as the parent actor does.
note

Each marker has specific properties, so you can change what it looks like on each element.