Pages in Documentation
Settings
UI3 Overview
[old] Doors UE5
Quick Guide 2026
Quick Start
Swap Actor
Custom Assets
System Drawings
Guide 2022
Tips & FAQ
Guide 2024
Fix Bugs
FAQ
Cost Tracking
Modes
Other Features
Designer
Edit Scene
Var Actor
UI Layout
New in 2026
Multi-Unit-Prj
Google Sheets
Data Tables
Video Guides
Quick Videos
Designer
Cost Tracking
Widget Panels
Quick Guide
Scene Settings
Connect BP
VR projects
Version History
F. w. Preview
Fix Known Bugs
UI Settings
UI Layout
Gamemode
FAQ + TIPS
Quick Guide
V4 Functions 2
V4 Functions P1
V4 Quick Guide
Ver History
V3 Placements
V3 Mesh Def.
V3 Segments
V3 Quick Start
Books V2
Books V1
Customize
Quick Guide
Swap Actor
FAQ + TIPS
Doors UE4 (V1)
3.1 Bugs Fixes
Ver History
V2 Generic BP
V2 Examples
V1 Railings Fences
UI 1 - Part 1
UI 1
Ui 1 - Part 2
1 Overview
UI2 Features
UI2 Get Started
UI2 Info Map
UI2 BP Actors
UI2 User Manager
UI2 FAQ
UI2 Tutorials
UI3 Overview
Getting Started
3.1 Info Map
Variation Actor
Blueprints
Game Modes, Controls, VR
This section covers
- UI Presets
- Game Modes including VR
A short explanation of how controller and character work together to control the UI and the player movement.
Content:
UI Presets
Intended UI Use Preset
Select one of the Use Presets from the list. Then click on Apply Preset to copy some useful settings for this mode into the Info Map. These settings can be changed afterwards
Use Target Mouse Move
The player can click on the floor to move to that position
UI Panel Design
A UI Color Preset and the Controller Button Row Name has been set (UI Advanced Panel Design).
Project Info and Help
The controls Help Image has been set.

Character
The same Character blueprint is part of all 4 game modes. Most blueprint code is in here and shared. This includes most input actions especially regarding movement.
Controller
The Controller blueprints mostly contain nodes that deal with mouse over object actions where the user can select an object from the scene.
The Gamepad controller also contains nodes that drive the navigation within the menu. The user can't just click on an item in the menu. Feedback is needed to show where the user actually is within the menu.
The Touch controller has nodes that determine if the user has clicked or swiped to control the camera.

Graph Movement and Input
Most input action nodes are in a separate node graph in the Character and not in the Controller.
Those nodes are shared between gamepad and keyboard and it wouldn't make sense to put them into the controller. The controller only contains input actions that are not shared.


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.
Controls
Oculus, Steam or VIVE controllers are mapped to be used with UI3. Controls can be changed in asset MC_ArchVizUI3 (see above).
A standard XBOX controller can also be used.
Control Icons
Controller Button Icons can be set from a datatable row name in the UI (Advanced) Panel Settings.




Top of page