Pages in Documentation

../images/architecture/2024/door-settings/thumbs/03.jpg
Settings
../images/architecture/2023/ui32/thumbs/01.jpg
UI3 Overview
../images/architecture/2022/doorsv2/thumbs/01.jpg
[old] Doors UE5
../images/architecture/0040/quick/thumbs/01.jpg
Quick Start
../images/architecture/0040/swap/thumbs/01.jpg
Swap Actor
../images/architecture/0040/custom/thumbs/04.jpg
Custom Assets
../images/architecture/0040/system/thumbs/01.jpg
System Drawings
../images/architecture/0040/steps/thumbs/12.jpg
Step by Step
../images/architecture/0040/faq/thumbs/01.jpg
Tips & FAQ
../images/architecture/0040/settings/thumbs/03.jpg
Settings
../images/architecture/0033/designer/thumbs/02.jpg
UI3 Designer
../images/architecture/0033/cost/thumbs/02.jpg
UI3 Cost
../images/architecture/0033/features/thumbs/08.jpg
UI3 Features
../images/architecture/0033/quick/thumbs/01.jpg
UI3 Quick Guide
../images/architecture/0033/settings/thumbs/16d.jpg
UI3 Scene Settings
../images/architecture/0033/connect/thumbs/02.jpg
UI3 Connect
../images/architecture/0033/vr/thumbs/03.jpg
UI3 VR projects
../images/architecture/0033/history/thumbs/01.jpg
UI3 Vers History
../images/architecture/0033/preview/thumbs/01.jpg
UI3 Preview Ft.
../images/architecture/0033/bugs/thumbs/01m.jpg
UI3 Fix Bugs
../images/architecture/0033/design/thumbs/01t.jpg
UI3 Design
../images/architecture/0033/layout/thumbs/02.jpg
UI3 Layout Design
../images/architecture/0033/game/thumbs/07.jpg
UI3 Input&Mode
../images/architecture/0033/faq/thumbs/08.jpg
UI3 FAQ + TIPS
../images/architecture/0023/v4-functions2/thumbs/05.jpg
V4 Functions 2
../images/architecture/0023/v4-functions/thumbs/01.jpg
V4 Functions P1
../images/architecture/0023/v4-quick/thumbs/01.jpg
V4 Quick Guide
../images/architecture/0023/history/thumbs/02.jpg
Ver History
../images/architecture/0023/v3-placements/thumbs/02.jpg
V3 Placements
../images/architecture/0023/v3-mesh/thumbs/02.jpg
V3 Mesh Def.
../images/architecture/0023/v3-segments/thumbs/03.jpg
V3 Segments
../images/architecture/0023/v3-quick/thumbs/01.jpg
V3 Quick Start
../images/architecture/0021/v2/thumbs/01.jpg
Books V2
../images/architecture/0021/v1/thumbs/01.jpg
Books V1
../images/architecture/0019/custom/thumbs/01h.jpg
Customize
../images/architecture/0019/overview/thumbs/00b.jpg
Quick Guide
../images/architecture/0019/swap/thumbs/01.jpg
Swap Actor
../images/architecture/0019/faq/thumbs/01.jpg
Doors FAQ
../images/architecture/0019/v2/thumbs/01.jpg
Doors UE4 (V1)
../images/architecture/2021/ui3-bugs/thumbs/02.jpg
3.1 Bugs Fixes
../images/architecture/0040/history/thumbs/02.jpg
Ver History
../images/architecture/0023/v2-generic/thumbs/01.jpg
V2 Generic BP
../images/architecture/0023/v2-examples/thumbs/01.jpg
V2 Examples
../images/architecture/0023/v1/thumbs/01.jpg
V1 Railings Fences
../images/architecture/2019/guide1/thumbs/01.jpg
UI 1 - Part 1
../images/architecture/2018/03/thumbs/06.jpg
UI 1
../images/architecture/2019/guide2/thumbs/01.jpg
Ui 1 - Part 2
../images/architecture/2019/ui2/thumbs/01.jpg
1 Overview
../images/architecture/0013/features/thumbs/04.jpg
UI2 Features
../images/architecture/0013/start/thumbs/01.jpg
UI2 Get Started
../images/architecture/0013/infomap/thumbs/06.jpg
UI2 Info Map
../images/architecture/0013/actors/thumbs/01.jpg
UI2 BP Actors
../images/architecture/0013/users/thumbs/01.jpg
UI2 User Manager
../images/architecture/0013/faq/thumbs/03.jpg
UI2 FAQ
../images/architecture/0013/tutorials/thumbs/06.jpg
UI2 Tutorials
../images/architecture/2021/ui3/thumbs/01.jpg
UI3 Overview
../images/architecture/0033/start/thumbs/02.jpg
UI3 Get Started
../images/architecture/2021/ui3-infomap/thumbs/02.jpg
3.1 Info Map
../images/architecture/0033/variation/thumbs/01.jpg
UI3 Variations
../images/architecture/0033/other/thumbs/02.jpg
UI3 Other BPs

UI3 Input Controls & Game Modes

The Game Mode defines the type of game (Touch, VR) for the scene and what input devices are used to control it.

Some of the content is slightly different between versions.

Content:

World Settings

Multiple Input Controls

Game Mode Keyboard

Game Mode Touch

Game Mode Gamepad

Game Mode VR

Input settings (classic) for controllers

Enhanced Input Settings

Multiple Input Controls

You may want to use your project for keyboard and mouse and for a VR headset. You can do this by creating multiple persistent levels as it is the case in the demo project. Set the game mode in the world properties of the persistent level accordingly.

The persistent level only contains the Info Map blueprint, a player start and some components that may be necessary for the specific game mode.

All assets are split into sub levels, like for Building or Furniture. These levels are then added to the persistent levels as sub levels. All persistent levels use the same sub levels and changes to the sub level are applied to all versions of your project.

image

Game Mode Keyboard

SDotUI3_GameModeKeyboard

This is the Game Mode for keyboard and mouse controls. It uses

  • SDotUI3_CharacterV3
  • SDotUI3_ControllerKeyMouse. The controller blueprint contains all the nodes to navigate the menu.

The game mode contains a node from the OpenXR plugin to disable the VR headset.

image
This image shows the input controls for Keyboard and Mouse. The Player can use the WASD keys to move around and the Mouse to look around, or to select an item in the scene and interface.

The Info Map will work without changes with this game mode.

image

Game Mode Touch

SDotUI3_GameModeTouch

Use this Game Mode for touch screen devices. Also use it if you want to Pixel Stream onto a touch screen device. It uses

  • SDotUI3_CharacterV3
  • SDotUI3_ControllerTouch. The controller blueprint contains all the nodes to navigate the menu.

The game mode contains a node from the OpenXR plugin to disable the VR headset.

Touch can be simulated during development with Project Settings -> Input -> Use Mouse For Touch. Note that this will block the Mouse input from working in the keyboard mouse game mode.

image
Project Settings -> Input - > Mouse Properties
Use Mouse for Touch Allows you to use the mouse to simulate touch controls. Turn off after use as it blocks the mouse from working correctly.

Settings in the Info Map blueprint:

Info Map -> Project Settings
Use Mouse Move Will be enabled automatically
UI Design
Button Text Size Main menu button size:
20 - increase the size from the default
Scene Presets
> advanced display
Save Slot Size 80 x 80 - Increase the size for touch screen controls
Floorplan
> advanced display
Dot Size 32 - Increase the size of the marker
Info and Help
> About Project and Help The control scheme is used as the first Info Media
Help Image Use the image that shows the touch control scheme from the Tex folder
In previous versions the help image was set as index [0] of the Info Media Array.

image

Game Mode Gamepad

SDotUI3_GameModeGamepad

Use this Game Mode with the XBox gamepad controller or any other compatible controller. It also supports the VIVE and Oculus/Quest controller. Find some more info for the use of other controllers at the end of the page.

This Game Mode uses the

  • SDotUI3_CharacterV3
  • SDotUI3_ControllerGamepad. The controller blueprint contains all the nodes to navigate the menu.

The game mode contains a node from the OpenXR plugin to disable the VR headset.

image
You can simulate the controller buttons on the keyboard as seen in the image.

Select may be either [SPACE] or [ENTER] in earlier versions.

image

Game Mode VR

SDotUI3_GameModeVR

Use this Game Mode for VR scenes. It enables the 3D interface on the virtual tablet. It uses

  • SDotUI3_CharacterV3
  • SDotUI3_ControllerGamepad. This is the same as described in the GameModeGamepad

Follow the link below to read more about the VR mode.

Using VR with UI3

image

image

Input settings (classic) for controllers

This describes the Classic Input Settings. See further down for Enhanced Input Settings (Unreal 5.3+).

You can use other controllers if they are generally supported in Unreal. You may have to activate them through a plug-in, or they may become available once they are connected.

Then add their buttons to the input controls in the Project Settings. Navigate to Engine / Input and then add your controller buttons to the Bindings. This should be somewhat self-explanatory.

Action Mappings are button clicks like ENTER, or keyboard shortcuts like [I] = Screenshot.

Axis Mappings are for player movement or mouse turn.

Detailed information can be found in the Unreal Engine Documentation.

Unreal Engine Documentation - Input

image

Enhanced Input Settings

The file DefaultInput.ini has become obsolete. Input Actions are now defined as assets saved in the folder ArchVizUI_V3/UI/Etc/Input.

The actual input keys and buttons are assigned in the file MC_ArchVizUI3

Here are two examples of how it works:

Keyboard Key S

This key controls the backwards movement. Movement is two- dimensional and can be X or Y, or forward/backward and Left/Right. You'll need 2 modifiers for this control key

  • Swizzle Input Axis Values: redirects default X to direction Y which is forward/backward.
  • Negate will invert (negate) the value to move backwards.

Gamepad Left Stick

The lift stick is a 2 dimensional input. There are another 2 modifiers used for this type of input:

  • Dead Zone is a limiter that stops input of low values. Most controllers are not perfectly calibrated and send low values when they are idle.
  • Scalar is a simple multiplier that increases the value of the stick 50 times for X and Y axis.

A simple Button, like the Select Button doesn't need any modifiers.

Enhanced Input on YouTube

image

image
Top of page