ArchViz UI3 Documentation 2026

Table of Content
Table Of Content
../images/architecture/0033/quick26/thumbs/01a.jpg
New in 2026
../images/architecture/0033/quick/thumbs/00.jpg
Quick Guide
../images/architecture/0033/videos/thumbs/01.jpg
Video Guides
../images/architecture/0033/start/thumbs/00.jpg
Getting Started
../images/architecture/0033/uidesign/thumbs/00.jpg
UI Design
../images/architecture/0033/var26/thumbs/00.jpg
Var Actor
../images/architecture/0033/edit26/thumbs/00.jpg
Edit Scene
../images/architecture/0033/designer26/thumbs/00.jpg
Designer
../images/architecture/0033/fwp/thumbs/00.jpg
Feat. w. Preview
../images/architecture/0033/features26/thumbs/00.jpg
Other Features
../images/architecture/0033/gamemode/thumbs/00.jpg
Modes
../images/architecture/0033/other/thumbs/00.jpg
Blueprints
../images/architecture/0033/cost26/thumbs/00.jpg
Cost Reports
../images/architecture/0033/mup/thumbs/00.jpg
Multi-Unit-Prj
../images/architecture/0033/csv_export/thumbs/00t.jpg
Google Sheets
../images/architecture/0033/faq26/thumbs/00.jpg
FAQ
../images/architecture/0033/bugs26/thumbs/00.jpg
Fix Bugs
../images/architecture/0033/history/thumbs/00.jpg
Version History

Game Modes, Controls, VR

This section covers

  • UI Presets
  • Game Modes including VR

as well as a short explanation of how controller and character work together to control the UI and the player movement.

Content:

UI Presets

Game Mode - World Settings

Input Controls

VR Game Mode

Visit Documentation Archive for documentations about earlier versions of the UI3

Documentation Archive 2025

image

UI Presets

A UI3 project is by default set to work well for keyboard and mouse input on a PC or Windows laptop. Presets will change some of the common settings to work better with other modes, like touch or VR.

Intended UI Use Preset

  • Select one of the Use Presets from the list.
  • Click on Apply Preset. Changes are applied to the Info Map.
  • The tick box will immediately get unticked again.

Some settings have been adjusted to better work for the selected mode, like

  • Target Move
  • UI Color Preset
  • Controller Button Row Name
  • Icon or Text sizes

image

Game Mode - World Settings

Game Mode Override

One of the 4 game modes that come with the UI3 has to be set for the UI to function. The UI3 will not work without this.

The default Game Mode can also be set in the Project Settings. World Settings will override the default.

Game Mode Blueprint

The gamemode itself doesn't contain blueprint nodes. Instead it contains links to the controller and character (and other blueprints not used for the UI3).

SDotUI3_GameMode _Character _Controller
Keyboard V3 KeyMouse
Gamepad V3 Gamepad
Touch V3 Touch
VR V3 Gamepad

image

SDotUI3_CharacterV3

All UI3 game modes use this Character blueprint. Most blueprint code is either in the Character or in the Main Menu Widget.

Controller

Controller blueprints contain nodes that allow the selection of objects in the scene.

The * Gamepad controller has nodes for the navigation within the menu. The user can't click on an item without navigating to it first.

The * Touch controller has nodes to check if the user has clicked on something or wants to move the camera.

image

Input Controls

UI3 uses the Enhanced Input Controls. You don't have to do anything for it to function.

Unreal Documentation

image

Graph Movement and Input

Most input action nodes are in a separate node graph in the Character and not in the Controller.

The blueprint nodes would be the same for gamepad and keyboard use and therefor are in the Character blueprint as this blueprint is shared in the Game Modes.

image

VR Game Mode

UI3 offers a limited support for VR projects. VR projects can run in PC-VR mode, where the headset is just used as a monitor.

UI3 does not support native Android projects that run on the headset without custom modifications.

VR Virtual Tablet

The standard UI3 menu is displayed onto a virtual tablet mesh in 3D space.

Input Controls

Oculus, Steam or VIVE controllers are mapped to be used with UI3. Controls can be changed in asset MC_ArchVizUI3 (Mapping Context).

A standard XBOX controller can also be used for VR projects.

Controller Button Icons can be changed in the UI Panel Settings (Advanced) by changing the Controller Icons Row Name.

image
Top of page