ArchViz UI3 Documentation 2024-09

Table of Content
Table Of Content
../images/architecture/0033/quick/thumbs/01.jpg
Quick Guide
../images/architecture/0033/videos/thumbs/01.jpg
Video Guides
../images/architecture/0033/start/thumbs/02.jpg
Getting Started
../images/architecture/0033/design/thumbs/01t.jpg
UI Settings
../images/architecture/0033/data/thumbs/00.jpg
Data Tables
../images/architecture/0033/layout/thumbs/02.jpg
UI Layout
../images/architecture/0033/features/thumbs/08.jpg
Widget Panels
../images/architecture/0033/preview/thumbs/01.jpg
F. w. Preview
../images/architecture/0033/designer/thumbs/02.jpg
Designer
../images/architecture/0033/variation/thumbs/01.jpg
Variation Actor
../images/architecture/0033/cost/thumbs/02.jpg
Cost Tracking
../images/architecture/0033/csv_export/thumbs/03.jpg
Google Data Sheets
../images/architecture/0033/settings/thumbs/16d.jpg
Scene Settings
../images/architecture/0033/other/thumbs/02.jpg
Blueprints
../images/architecture/0033/game/thumbs/07.jpg
Gamemode
../images/architecture/0033/vr/thumbs/03.jpg
VR projects
../images/architecture/0033/connect/thumbs/02.jpg
Connect BP
../images/architecture/0033/faq/thumbs/08.jpg
FAQ + TIPS
../images/architecture/0033/bugs/thumbs/01m.jpg
Fix Known Bugs
../images/architecture/0033/history/thumbs/01.jpg
Version History

Data Tables In UI3

Data Tables are now used to store data for the UI3. This moves some of the data out of the Info Map. It also gives a way to save and re-use data entered.

This is a brief overview about how data tables are used.

Content:

Main Menu Data

Data Management

Data Tables are stored in the UI / Data folder.
  • Designer Data Tables preset for Designers
  • MultiUnit Data Tables for Unit Data and Users
  • UI Data Tables preset for the Interface and Info Map

Data Tables can be copied, renamed and then assigned to the slot they are used in. Not using the default Data Table will make sure an update doesn't overwrite your custom settings.

Structures for the Data Tables can be found in the folder UI / Etc / Structures

image

Main Menu Data

The Data Table set as Main Menu Data can be used to store the content of the Main Menu Layout array.
  • Use MM Data Table needs to be ticked to copy the data table content to the array.
  • Tick the box off and on again if changing a data table has no effect.
  • Un-tick the box to allow making changes in the array instead.

Double-clicking the data table will open it. Each row in the data table contains one array element of the Main Menu Layout array. The data can be copy/pasted between array index and data row.

The data table can be shared between project scenes. An example would be a multi-unit project where each unit has the same UI layout.

image

Color Presets

Color presets can be changed in the DT UI Colors data table.

In case you want to add a color variation and not just modify an existing one

  • Add an entry to the drop down list stored in Enum_UIColors
  • Then add a row to the DT_UIColors or the data table that is assigned to the Info Map.

image
Icons and text are now stored in data tables. This should help with the customization of multiple projects or scenes.

Icons

Icons are now categorized and stored in two data tables. They can be changed and saved with the data table. The array length or the position of the icon in the array should not be altered.

Text Translation

Text used in the UI that isn't a header or similar can be changed in the UI Text data table. A copy can be created, translated into another language, and then applied to the Info Map. A German version is provided with the UI3

image

Data Management

Data Source defines where the dynamic data during a walkthrough is taken from
  • Local Data Tables - locally stored data will be used, including user name
  • Remote Google Sheets - google sheets stored in the cloud are being used. Requires additional setup and plugins
  • Local Data with Save Game - local data tables and the build-in user manager are being used

Data tables are read only in run-time and cannot be modified during a walkthrough.

More information about cloud data can be found with the link below.

Google Sheet Data

image
Top of page