Pages in Documentation

../images/architecture/2024/custom/thumbs/04.jpg
Customize
../images/architecture/2024/kitchen/thumbs/01.jpg
Overview
../images/architecture/2023/spline_versions/thumbs/02.jpg
Spl. T. Versions
../images/architecture/2023/spline_placement/thumbs/02.jpg
Placement
../images/architecture/2023/spline_mesh/thumbs/02.jpg
Mesh Def.
../images/architecture/2023/spline_segment/thumbs/03.jpg
Segments
../images/architecture/2023/books/thumbs/01.jpg
Books V2
../images/architecture/2023/ui3_history/thumbs/01.jpg
UI3 Versions
../images/architecture/2023/ui3-custom/thumbs/01.jpg
Features /Preview
../images/architecture/2023/ui32/thumbs/01.jpg
UI3 Overview
../images/architecture/2023/ui3_faq/thumbs/01.jpg
UI3 Bugs
../images/architecture/2023/ui3_data/thumbs/02.jpg
3.2 UI Settings
../images/architecture/2023/ui3_design/thumbs/01.jpg
3.2 UI Design
../images/architecture/2022/splinesV3/thumbs/01.jpg
3 Spline Tools
../images/architecture/2022/doorsfaq/thumbs/01.jpg
Doors FAQ
../images/architecture/2022/doorsv2/thumbs/01.jpg
Doors V2 UE5
../images/architecture/2022/steps/thumbs/12.jpg
Step by Step
../images/architecture/2022/kitchenfaq/thumbs/01.jpg
2 Tips & FAQ
../images/architecture/2022/kitchen/thumbs/01.jpg
1 Reference
../images/architecture/2021/ui3-game/thumbs/07.jpg
UI3 Game Modes
../images/architecture/2021/ui3-faq/thumbs/01.jpg
UI3 FAQ
../images/architecture/2020/books/thumbs/01.jpg
Books V1
../images/architecture/2020/doors/thumbs/01.jpg
Doors V1
../images/architecture/2024/kitchenchange/thumbs/02.jpg
Change list
../images/architecture/2021/ui3-bugs/thumbs/02.jpg
3.1 Bugs Fixes
../images/architecture/2020/spline/thumbs/01.jpg
2A Generic BP
../images/architecture/2021/splexamples/thumbs/01.jpg
2B Gen Examples
../images/architecture/2020/railings/thumbs/01.jpg
1 Railings
../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/2019/ui2features/thumbs/04.jpg
2 UI Features
../images/architecture/2019/ui2start/thumbs/01.jpg
3 Get Started
../images/architecture/2019/ui2info/thumbs/08.jpg
4 Info Map
../images/architecture/2019/ui2act/thumbs/01.jpg
5 BP Actors
../images/architecture/2020/clients/thumbs/01.jpg
6 Manage Clients
../images/architecture/2020/faq/thumbs/03.jpg
7 FAQ
../images/architecture/2019/ui2examples/thumbs/06.jpg
8 Tutorials
../images/architecture/2021/ui3/thumbs/01.jpg
UI3 Overview
../images/architecture/2021/ui3-start/thumbs/02.jpg
UI3 Get Started
../images/architecture/2021/ui3-infomap/thumbs/02.jpg
3.1 Info Map
../images/architecture/2021/ui3-var/thumbs/01.jpg
UI3 Edit Mode
../images/architecture/2021/ui3-actors/thumbs/02.jpg
UI3 Blueprints

Documentation UI3.2 (2023)

Documentation for ArchViz User Interface 3.2

An overview of the UI3 features and where to find more information how to do things.

Earlier Versions read here...

Content:

Version History

Overview Video

Get Started

Data Entry: Info Map Blueprint

Interface Design

Game Mode and Controls

Supporting Blueprint Actors

Frequently Asked Questions

Known Bugs and Solutions

Version History

Which version do you have? - Here is a quick way to find out:
  • UI3 (original): You can recognize this version from the missing icons in the main menu.
  • UI3.1 (2022): This version has icons in the main menu. It added some missing features and improved the look slightly.
  • UI3.2 (2023): This version introduced a modular UI design. The position of the feature widgets can be rearranged to a different layout.

All versions have the same features under the hood. You can safely update from 3.0 to 3.1. You have to enter some data again if you move up to version 3.2, but nothing major.

Version History

image

Overview Video

This video gives you an overview of all features for version UI3.3.2 onwards.

YouTube

Get Started

This part explains
  • how to get UI3 from the marketplace
  • how to get the UI into your project, or how to create the demo project
  • The initial setup within a new project
  • About levels and sub levels (briefly)
  • Post process volumes and render settings (briefly)
  • How to start adding data for your project

Documentation - Get Started

image

Data Entry: Info Map Blueprint

The BP_SDotUI3InfoMap is where all project specific data (customization) will live. The Interface then loads it from there once the scene is played. Every scene needs to have (only) one of this blueprint with project specific data filled in, or the screen will stay black.

Follow the link to read more about how to customize the UI3 for your project.

Info Map and Data Entry

image

Interface Design

The UI3.2 comes with a default Interface layout that contains all features in a meaningful way. You can delete features you don't need, or you can redesign the Interface through adding or removing array elements in the Info Map settings. There are 2 major parts:

  • Main Menu Panels have the "icon with text" buttons that make up the main menu on top of the screen. The panel opens when the button is clicked.
  • Feature Panels can be placed onto the Main Menu Panels.

Follow the link to read more about how to change UI3's look and features.

Go to Interface Design

image

Game Mode and Controls

The game mode defines how the interface and movement in the scene can be controlled. The following game modes are available
  • Keyboard and mouse
  • Touch
  • Gamepad or another game controller
  • VR with gamepad or VR controller
The game mode is set in the world properties of the main (persistent) level. Read more following the link below.

Documentation - Game Modes / Controls

image

Supporting Blueprint Actors

Variation Actors are placed near any object that requires changes. Material changes (e.g. carpet, tiles, or parkette) and object changes (e.g. gas, or induction cooktop, or different types of dining chairs) or possible.

Location Actors can quickly move the player (client) to predetermined position within the scene.

Stair Marker is used for mouse click movement. It marks an object other than the floor as selectable to be able to click on it.

Documentation - Variation Actor

image

Frequently Asked Questions

The interface can be used even if you are new to Unreal. Knowing what a blueprint is will help, but you don't need to know how to create one. UI3 comes with an example level that demonstrates how to use it in a scene.

Some general knowledge however is needed. You need to know what a level is, how to place and move actors around, and how to setup rendering and lighting in your scene. You also need to know how to import assets into Unreal, with or without Datasmith or Quixel.

There are a lot of tutorials out for Unreal. This section will explain how to solve common problems with the UI3. It also contains some tips and tricks.

Documentation - FAQ and Tips

image

Known Bugs and Solutions

This is a complex product. I'm testing every release as good as I can. But sometimes a bug can creep in.

In this section you'll find problems that are known, and how to fix them, if possible, until an update is available.

Bugs and Solution for UI3.2

image
Top of page