Integrated Vagon.io Pixel Streaming Support

In partnership with Vagon Streams, AVE II features built-in integration for no-code pixel streaming, delivering exceptional image quality and enhanced performance worldwide and across all devices.

Expandable POI Labels on Hover

Mouse cursor hovering over a POI label in AVE II, with the label expanded to reveal the full name.

Hover-based label behavior for POIs. When the user hovers over a screen space label or POI geometry, the label expands to reveal the full name, improving readability without cluttering the scene.

Audio Feedback on POI Selection

Plays audio cues when users interact with Points of Interest to enhance feedback. Can be extended for status-based cues like “Available”, “Sold”, and “Reserved”.

Block Input Propagation on UI Elements

Prevents unintended camera movement or interactions when the user starts a touch or mouse drag on a UI element (like a panel or border). Blocks input from reaching the PlayerController by using overrides (OnMouseButtonDown / OnTouchStarted). This ensures the Input system doesn’t respond when the user is interacting with the interface.

Two-Handle Range Slider

Screenshot of custom dual-handle slider widgets used for filtering units in AVE II for the Unreal Engine

Custom dual-handle range slider for defining both lower and upper bounds. This widget features snapping logic that utilizes normalized values for precise filtering. Replaces Unreal Engine’s default single-handle slider, which only supports an upper limit.

Optimized POI Display with Common Tree View

Screenshot of Unreal Engine's UMG editor showing Common Tree View and List View widgets in use, displaying a structured list of POIs within AVE II’s interface.

Replaced custom POI list with Unreal’s Common Tree View for improved performance and scalability. Supports hierarchical organization, built-in selection handling, and native list virtualization for faster rendering of large POI sets. Key Advantages: