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

Connect UI3 To External Blueprints

How to connect to other blueprints that are not part of the UI3 project.

  • Modular Kitchen Builder Blueprint
  • Interactive Door Blueprint
  • Switchable Lights
  • Water FX from a tap
  • Custom opening doors

Content:

Connect Blueprints to UI3

Example Ceiling Fan

Variation Actor for Fan

Interactive Door Blueprint

Modular Kitchen Builder

Light Switch Example

Video Tutorial for UDS and EFM

Ultra Dynamic Sky - Quick Guide

Save Files - Easy File Manager Plugin

Connect Blueprints to UI3

External Blueprints can be connected with the Blueprint interface ArchVizUI_V3 / UI / Etc / BPI_UI3_Interaction.

The SDotUI3_CharacterV3 has it already implemented.

To implement the interface

  1. Click on the Class Settings
  2. Click on Add in the Implemented Interfaces section in the Details panel and Select the blueprint interface BPI_UI3_Interaction.
  3. Check the location of the selected interface. It has to be the one in ArchViz/UI/Etc.

image

Right click the Change Variation To ID in the Interfaces section on the left side panel and choose Implement event.

The Event will be placed in the Events panel and needs to be connected to the Set Fan Speed white section nodes.

The Blueprint listens to the interface. It changes the Rotation Rate variable if the Tag that is sent is the same as the one set for this Fan.

The blueprint adds a bit of rotation every Tick. A Tick happens every frame. The variable sets the rotation rate that is added. Setting the rotation rate to 0.0 will stop the fan.

image

image

image

Interactive Door Blueprint

The Modular Kitchen Builder uses a swap actor between the kitchen and the UI3. Connect the blueprint interface to the BP_Doors_SwapActor.

More Info is available in the documentation for the Doors Blueprint.

Variation Actors or the Designer can be used to make changes to the Interactive Doors Blueprint.

Interactive Doors Documentation

image

Modular Kitchen Builder

The Modular Kitchen Builder uses a swap actor between the kitchen and the UI3. Connect the blueprint interface to the BP_KitchenBuilder_SwapActor.

More Info is available in the documentation for the Kitchen Builder.

Variation Actors or the Designer can be used to make changes to the Modular Kitchen Builder.

Modular Kitchen Builder Swap Actor Documentation

image

Light Switch Example

This is the blueprint setup for the toggle light added in the Tutorial Video.
  1. Add the BPI_UI3_Interaction interface to the class settings
  2. Implement the Change Variation to ID into the graph
  3. Set the same Tag name in blueprint and Variation Actor

The blueprint uses a Switch on INT node to execute different actions depending on the Variation IDs received.

image

Video Tutorial for UDS and EFM

This video tutorial explains how to connect the Ultra Dynamic Sky and the Easy File Manager to the interface.

Functions

There are 2 functions you will have to change. They are

  • either in the UI3_MainMenu widget. It's in the UI/Widgets folder.
  • or in the BFL_Customization Library in the UI/Blueprints Folder

Find and open the widget or library. Look for the 2 functions Get Sun Sky and Set Sun Sky.

The Easy File Manager plugin from the marketplace can save reports created with the UI3. There might be other plugins that can do the same.

Version 2024-06 or later

Open UI / Blueprints BFL_Customization function library and complete the Save Report File function.

This function library can be backed up and recovered in case an UI3 update would revert your changes.

Easy File Manager EFM Plugin

imageimage

image

image

image

image

image
Top of page