Pages in Documentation

../images/architecture/2024/door-custom/thumbs/01.jpg
Customize
../images/architecture/2024/door-overview/thumbs/03c.jpg
Overview
../images/architecture/2024/door-swap/thumbs/01c.jpg
Swap Actor
../images/architecture/2024/door-settings/thumbs/03.jpg
Settings
../images/architecture/2024/kitchen-swaps/thumbs/01.jpg
Swap Actor
../images/architecture/2024/ui3-connect/thumbs/01.jpg
UI3 Connect
../images/architecture/2024/ui3-vr/thumbs/03.jpg
UI3 VR projects
../images/architecture/2024/custom/thumbs/04.jpg
Customize
../images/architecture/2024/kitchen/thumbs/01.jpg
Overview
../images/architecture/2023/ui3_settings/thumbs/13.jpg
UI3 Scene Settings
../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 Vers History
../images/architecture/2023/ui3-custom/thumbs/01.jpg
UI3 Preview Ft.
../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
UI3 Data Entry
../images/architecture/2023/ui3_design/thumbs/01.jpg
UI3 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
[old] Doors UE5
../images/architecture/2022/steps/thumbs/12.jpg
Step by Step
../images/architecture/2022/kitchenfaq/thumbs/01.jpg
Tips & FAQ
../images/architecture/2022/kitchen/thumbs/01.jpg
Reference
../images/architecture/2021/ui3-game/thumbs/07.jpg
UI3 Input Controls
../images/architecture/2021/ui3-faq/thumbs/01.jpg
UI3 FAQ + TIPS
../images/architecture/2020/books/thumbs/01.jpg
Books V1
../images/architecture/2020/doors/thumbs/01.jpg
Doors UE4 (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/06.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 & Info
../images/architecture/2021/ui3-actors/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.

Content:

Connect Blueprints to the UI3

Send the Variation ID to another Blueprint

Setting Up The Other Blueprint

Interactive Door Blueprint

Modular Kitchen Builder

Light Switch Example

Video Tutorial for UDS and EFM

Using the Ultra Dynamic Sky

Create lists with Easy File Manager

This will open the blueprint interface editor. There is not much to see in that interface.
  1. Click on the folder icon to navigate to its location in the Content Browser
  2. Check the location is in the directory ArchVizUI_V3 / UI / Etc

If it's not in this directory you have to go back to the blueprint and add the other interface with the same name. Check again until you are sure the correct interface has been added.

Unfortunately I added an interface with the same name into some of my other products. I didn't really understand how they work, sorry.

image

image

Setting Up The Other Blueprint

The other blueprint needs to react to the interface function call. This is what the fan blueprint does:
  1. The function Change Variation to ID is executed
  2. Is the Tag named Fan? If True, this interface call is for this blueprint. Execute the nodes.
  3. A value is selected depending on the value of Change to ID
  4. The Rotation Rate variable is set to the selected value
  5. The Event Tick rotates the fan constantly by a set amount. The new Rotation Rate value will make the rotation faster or slower.

image

image

Interactive Door Blueprint

The Door Blueprint has been updated to work better with the ArchVizUI3. It now has a Swap Actor that connects the UI3 with the doors.

The door blueprint may have a blueprint interface with the same name as the UI3 unfortunately in earlier versions. Make sure the interface from the UI3 is added and not the one with the same name.

Read more in the Door Blueprint Documentation.

Interactive Doors Documentation

image

Modular Kitchen Builder

The Modular Kitchen Builder uses a swap actor between the kitchen and the UI3. Info is available in the documentation for the Kitchen (link below).

Find the BP_KitchenBuilder_SwapActor and connect the blueprint interface to it. Update connections as described for the doors blueprint.

  • Variation Materials are set in the Kitchen Swap Actor
  • The UI3 Variations Actor only contains the Variation Names

Modular Kitchen Builder Swap Actor Documentation

image

Light Switch Example

This is the blueprint setup for the toggle light. Watch the Tutorial Video for more details.

They both work the same way:

Read more

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.

This is the version June 2024 where the function is in the BFL_Customization function library.

Make a copy of the function library before you update your project to a newer version of the UI3 project. Then copy it back to save your changes.

You can't copy into a different engine version (5.3 to 5.4). You would need to migrate instead.

imageimage

image

image

image

image

image

image

image

image

image

image

image
Top of page