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/csv_export/thumbs/03.jpg
Google Data Sheets
../images/architecture/0033/data/thumbs/04.jpg
Data Tables
../images/architecture/0033/videos/thumbs/01.jpg
Video Guides
../images/architecture/0033/videos/thumbs/01.jpg
Quick Videos
../images/architecture/0033/designer/thumbs/02.jpg
Designer
../images/architecture/0033/cost/thumbs/02.jpg
Cost Tracking
../images/architecture/0033/features/thumbs/08.jpg
Widget Panels
../images/architecture/0033/quick/thumbs/01.jpg
Quick Guide
../images/architecture/0033/settings/thumbs/16d.jpg
Scene Settings
../images/architecture/0033/connect/thumbs/02.jpg
Connect BP
../images/architecture/0033/vr/thumbs/03.jpg
VR projects
../images/architecture/0033/history/thumbs/01.jpg
Version History
../images/architecture/0033/preview/thumbs/01.jpg
F. w. Preview
../images/architecture/0033/bugs/thumbs/01m.jpg
Fix Known Bugs
../images/architecture/0033/design/thumbs/01t.jpg
UI Settings
../images/architecture/0033/layout/thumbs/02.jpg
UI Layout
../images/architecture/0033/game/thumbs/07.jpg
Gamemode
../images/architecture/0033/faq/thumbs/08.jpg
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
FAQ + TIPS
../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
Getting Started
../images/architecture/2021/ui3-infomap/thumbs/02.jpg
3.1 Info Map
../images/architecture/0033/variation/thumbs/01.jpg
Variation Actor
../images/architecture/0033/other/thumbs/02.jpg
Blueprints

CSV And Data Tables Overview

This feature is in progress. The goal is to provide access to user data of pixel streaming project or if the project files are not locally available.

Plugins will be required to make it work.

Content:

Data Tables and Sheets Widget

Data Table

CSV Data File

Runtime DataTable Plugin

Blueprint Library BFL_Data

Blueprint Library BFL_Report and Main Menu

image

Data Tables and Sheets Widget

This widget allows to export and read a CSV table in run-time.

It can be added like any other widget. It can be found in the User menu in the demo map.

EXPORT DATA will create 3 CSV tables. They can be found in the output log and copied into notepad to create CSV files. The actual file is also saved in the Project Save Directory if a file plug-in is used.

IMPORT DATA works only like a save slot at the moment. It will import the Variation Choices saved in the Selections and Features Sheet.CSV files.

image

Data Table

A Data Table in Unreal can be used to store asset data in a table similar to Google Sheets or MS Excel tables. They can be linked to a CSV data file.

Both Data Tables and CSV are saved in the UI / Etc / Data folder.

Each Data Table uses a Structure which is named as STR_DB_*

image

CSV Data File

A CSV (comma separated values) file can be opened and modified in Google Sheets or Microsoft Excel. The Three files in the data folder are created with the Data Table widget and the CSV files are linked to the Data Tables.

The DataTable_Selections and _Features can be updated from the CSV file and then passed on to the scene assets. This is just a proof of concept at the moment.

image

Runtime DataTable Plugin

This plugin can be used to connect a project with a Google Sheet file and then update the file in run-time.

This can be useful if the project runs on a pixel streaming server, or another location where the Project Save Path is not accessible.

The user choices can be made accessible from a remote connection as a Google sheets document. Or the prices for some variations could be updated temporarily without uploading a new project version.

Runtime DataTable Plugin (Fab)

image

Blueprint Library BFL_Data

This is where data sheets are created in the UI3. This isn't a comprehensive documentation. Just a few hints to help with modifications:

image

Blueprint Library BFL_Report and Main Menu

Clicking the EXPORT DATA widget button will create the 3 CSV files like any other report. They can be saved in the Project Save Directory with a plugin. The directory can be set in the Info Map - User Manager and Saves. Usually, it is MyProjects / Saves / Report. They also appear in the output log.

The Export Button activates the function Create Report in the Main Menu. The report then uses the BFL_Report blueprint library functions.

All reports go into the same folder. The folder is set in the function Create Report File. This is the starting point if saving the CSV files in a separate accessible way is required.

image

image
Top of page