ArchViz UI3 Documentation 2024-09

Table of Content
Table Of Content
../images/architecture/0033/quick/thumbs/01.jpg
UI3 Quick Guide
../images/architecture/0033/start/thumbs/02.jpg
UI3 Get Started
../images/architecture/0033/design/thumbs/01t.jpg
UI3 Design
../images/architecture/0033/layout/thumbs/02.jpg
UI3 Layout Design
../images/architecture/0033/features/thumbs/08.jpg
UI3 Features
../images/architecture/0033/preview/thumbs/01.jpg
UI3 Preview Ft.
../images/architecture/0033/designer/thumbs/02.jpg
UI3 Designer
../images/architecture/0033/variation/thumbs/01.jpg
UI3 Variations
../images/architecture/0033/cost/thumbs/02.jpg
UI3 Cost
../images/architecture/0033/settings/thumbs/16d.jpg
UI3 Scene Settings
../images/architecture/0033/other/thumbs/02.jpg
UI3 Other BPs
../images/architecture/0033/game/thumbs/07.jpg
UI3 Input&Mode
../images/architecture/0033/vr/thumbs/03.jpg
UI3 VR projects
../images/architecture/0033/connect/thumbs/02.jpg
UI3 Connect
../images/architecture/0033/faq/thumbs/08.jpg
UI3 FAQ + TIPS
../images/architecture/0033/bugs/thumbs/01m.jpg
UI3 Fix Bugs
../images/architecture/0033/history/thumbs/01.jpg
UI3 Vers History

UI3 Other Blueprint Actors

Other useful blueprints in the UI3

This has been written for UI3.0 !

Content:

BP_TVPlaying

BP_SDotUI3_Location

BP_SDotUI3_Walkable

BP_SDotUI3_CostGroup

BP_TVPlaying

This can start or stop a video in a Media Player

Read more about media players in the documentation linked below.

A movie file that is not in the Content / Movies folder will only be packaged if the folder is added to the Project Settings / Packaging / Advanced list of Additional none-asset folders to be packaged.

Unreal Media Player Documentation

image

BP_SDotUI3_Location

Defines a location that shows up in the floorplan widget and can be teleported or moved to quickly.

> Location
Location Name A name of the location that gets displayed underneath the location dot in the interactive floorplan.
Floor ID The ID of the floor this location is for. As entered into the Info Map.
Camera Pitch The angle up or down the camera will look at after the player has been teleported to the location.
List Room ID The ID of one of the rooms defined in the Info Map.

image

BP_SDotUI3_Walkable

Useful for target/mouse move. Define additional meshes that are above the floor, like a ramp or a set of stairs. Floor meshes are automatically detected.

> Walkable Mesh
> Actors Add an array element for each mesh that should be considered as walkable. This doesn't make a walkable collision. It just allows the target dot to appear on this mesh so the player can use the mouse move to get onto it.
By default the target only appears on meshes that are close to the Z height of the player position.
ID 0, 1, 2 ... Use the eye dropper to pick a mesh from the scene. Needs to be in the same level.

image

BP_SDotUI3_CostGroup

This blueprint can add a list of cost items to a sub level. This is to track additional costs by adding a streaming level.

UI3 Cost Tracking

image
Top of page