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

Kitchen Builder Swap Actor

The BP_KitchenBuilder_SwapActor allows you to change materials in run time.

It lives in the Content / ModularKitchen / Blueprints folder.

This page describes how to connect the ArchVizUI3 interface with the Modular Kitchen Builder.

Content:

Overview

Using the Kitchen Swap Actor

Using the UI3 Variation Actor

Under the Hood

Overview

There are 2 actors needed if you want to swap materials from with in the ArchVizUI3 interface:

BP_ModularKitchen_SwapActor

Content / ModularKitchen / Blueprints

This actor defines what part of the kitchen will be changed and contains all the Variations (Materials).

BP_SDotUI3_Variations

Content / ArchVizUI_V3 / UI / Blueprints

This is the actor that connects to the user interface. It contains all variation names. The yellow collision box provides something the user can click on.

Link

  • The Kitchen Swap Actor is linked to the kitchen via the BP Kitchen array variable.
  • The Kitchen Swap Actor and the Variation Actor are linked by having the same Tag name.
  • All actors need to be in the same level.

image

image

Using the Kitchen Swap Actor

Only Materials can be changed at the moment! The blueprint will get some necessary changes soon to allow mesh changes. Meanwhile please ignore the settings for other than material changes.
  1. Place the BP_KitchenBuilder_SwapActor into the same level as the kitchen blueprint next to the kitchen part you want to get changed.
  2. Add an element to the BP Kitchen array for each kitchen you want to connect. Use the Eye Dropper to connect the kitchen.
  3. Add a unique name as the Tag. Use the same tag name in the Variation Actor.
  4. Add an element to the Material Variations array, choose the Material Type, and add the Material Variations.

Tips

  • More than one Kitchen Blueprint can be connected to the Swap Actor.
  • You can add more than one Variations array element. You can change the bench and the cabinet material at the same time
  • Swap Actors with the same Tag name will be activated at the same time.
  • Variations Actors with the same Tag name will activate the same Kitchen Swap Actor.

image

image

Using the UI3 Variation Actor

  1. Place the UI3 Variations Actor next to the Kitchen Swap Actor.
  2. Tick the boxes for Parent Only and Call Interface. A yellow collision box will appear
  3. Use Box Scale 3D and Box Location to align the collision box with the kitchen part that can be changed.
  4. Enter a List Name that will appear in the interface.
  5. Add a Variation Name for each material that can be changed and that you added to the Kitchen Swap Actor.

Tips:

  • You can use more than one Variation Actor if you need more than one collision box. Duplicate the actor and move the collision box to the 2nd desired area.

Read more about the UI3 Variations Actor

image
Top of page