Overview
The navigation system allows players to set waypoints and markers in the world, with visual indicators showing direction and distance to destinations.
Navigation Features
World Markers
3D markers placed at the destination in world space.
Direction Arrow
On-screen arrow pointing toward the destination at all times.
Distance Display
Shows distance to target in meters, km, or custom units.
Out of Bounds
Edge indicator when the target is off-screen.
Blueprint API
// Set a navigation target
Set Navigation Target
- Target Location: Vector (X, Y, Z)
- Marker Icon: Texture 2D
- Show Distance: Boolean
// Clear navigation
Clear Navigation Target