Pages in Documentation
Settings
UI3 Overview
[old] Doors UE5
Quick Start
Swap Actor
Custom Assets
System Drawings
Step by Step
Tips & FAQ
Settings
UI3 Designer
UI3 Cost
UI3 Features
UI3 Quick Guide
UI3 Scene Settings
UI3 Connect
UI3 VR projects
UI3 Vers History
UI3 Preview Ft.
UI3 Fix Bugs
UI3 Design
UI3 Layout Design
UI3 Input&Mode
UI3 FAQ + TIPS
V4 Functions 2
V4 Functions P1
V4 Quick Guide
Ver History
V3 Placements
V3 Mesh Def.
V3 Segments
V3 Quick Start
Books V2
Books V1
Customize
Quick Guide
Swap Actor
Doors FAQ
Doors UE4 (V1)
3.1 Bugs Fixes
Ver History
V2 Generic BP
V2 Examples
V1 Railings Fences
UI 1 - Part 1
UI 1
Ui 1 - Part 2
1 Overview
UI2 Features
UI2 Get Started
UI2 Info Map
UI2 BP Actors
UI2 User Manager
UI2 FAQ
UI2 Tutorials
UI3 Overview
UI3 Get Started
3.1 Info Map
UI3 Variations
UI3 Other BPs
UI3 Frequently Asked Questions
FAQ, Tips and tricks, or answers for frequent questions are here. Known bugs are on the next page.
Content:
[Legacy] Change the Fade In Time at Start
I cannot select an object in edit mode
Player Facing the Wrong Way At Start
Please replace the Enable HMD with the appropriate node from the plugin that is required for your headset if necessary.
Using GPU Lightmass
Lumen is the best way to light your scene in Unreal 5.GPU Lightmass can be used to bake lighting in your scene if you want to use raytracing instead of Lumen. Follow all the steps suggested in the documentation (link below) to use it in your project. UI3 will not interfere with lighting in the scene. Scenarios are working with GPU LM.
Dynamic objects (mesh variations) need some direct light to look decent (not black). This can be the skylight. Reflection actors need to be rebuild manually after each GPU Lightmass build. Black variation actors can be caused by missing reflection actors. Place one with low radius next to the black asset and rebuild lighting and reflections.
Packaging Tips
Packaging will create an app that can be run by users that do not have Unreal installed. You find it in the File menu (Unreal 4) or above the viewport (Unreal 5).First make a few changes to the Project Settings
- Set the Default Game Map In the Maps and Modes section. This needs to be the main (persistent) level of your scene.
- Add the levels that need to be cooked in the Packaging - Advanced - List of Maps to include... array. You don't need to add any sub levels that are loaded from your main levels to the list. But you need to add any other levels if the user can travel to them.
- Add your movie directory there as well. I put them in both arrays Additional Non-Asset Directories ... . It's probably not necessary that way.
NOTE: Leaving the list of maps empty can increase your package size significantly. In that case everything in the project will be packaged.
Pixel Streaming
With touch screen controls available now pixel streaming is also possible to tablets and other devices that don't have the power to render the scene. You can run the app in any modern web browser this way.Follow the steps in the link below to enable pixel streaming for your project. It's easy to do locally in your own network. Some additional steps are needed to stream over the internet or alternatively you can use a service like https://www.furioos.com/
Using VR, Touch or Gamepads
You need to set the Game Mode in the World Settings of your scene. The World settings are part of the 'persistent' level. If You only have one level, then this level is the persistent level.UI3 can be used with
- Mouse and Keyboard controls on a PC
- A gamepad on a PC
- Touch controls with or without Pixel Streaming
- VR projects with VIVE or Oculus Rift controllers or a gamepad.
Read on how to use Game Modes for these different uses.
VR Tablet Is Blurry
Sorry I'm aware of it. I submitted an update with an example level to show how to set the UI up for VR.- The update fixes the interface not responding
- Set the default aperture to 32 or it will be blurry because the tablet is out of focus. (Settings - Cinematic Camera)
- use colour scheme id 3 as a start
- increase icon and text sizes
Looking Through Windows Looks Wrong.
This can happen in any of the Unreal 5 versions. Lumen is creating ambient occlusion and shadows. But it doesn't really care about translucency. The demo project uses ray traced translucency for this reason. This improves the Reflections on the glass panes as well.Part of translucency is Refraction. Turn it off to fix overly dark shadows behind glass. As seen in the image. You can also try to tweak refraction in the glass material. (There might be other places to look for it, like the light sources, or the project and world settings).
This topic has many aspects and it is constantly changing as well. I can only direct you to Google to find out what works best for you.
Image Ghosting
Problem:The image has a ghosting translucent double in certain angles. Seems to be performance related.
Cause:
This is most likely caused by bad project settings. The project has travelled through version updates and at one point some project settings were added that is causing this issue.
Solution:
Rename the Config folder to Config.old then open the project.
Download the config folder from the link below and extract it to your project. This should fix the issue. Any special project settings will be lost and have to be redone.
No option for 5.3 and 5.4 versions
There may only be options to create new projects in versions 5.0 to 5.2. This seems to be a glitch in the Epic Games Launcher.Remove Local Content and then close and reopen the Games Launcher.
This should fix the issue, and all options should now be in the list
All Unreal 5 versions of ArchViz UI3 are more or less the same at the moment except a few minor fixes for Unreal 5.3 and later.