Pages in Documentation

../images/architecture/2024/custom/thumbs/04.jpg
Customize
../images/architecture/2024/kitchen/thumbs/01.jpg
Overview
../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 Versions
../images/architecture/2023/ui3-custom/thumbs/01.jpg
Features /Preview
../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
3.2 UI Settings
../images/architecture/2023/ui3_design/thumbs/01.jpg
3.2 UI 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
Doors V2 UE5
../images/architecture/2022/steps/thumbs/12.jpg
Step by Step
../images/architecture/2022/kitchenfaq/thumbs/01.jpg
2 Tips & FAQ
../images/architecture/2022/kitchen/thumbs/01.jpg
1 Reference
../images/architecture/2021/ui3-game/thumbs/07.jpg
UI3 Game Modes
../images/architecture/2021/ui3-faq/thumbs/01.jpg
UI3 FAQ
../images/architecture/2020/books/thumbs/01.jpg
Books V1
../images/architecture/2020/doors/thumbs/01.jpg
Doors 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/08.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 Mode
../images/architecture/2021/ui3-actors/thumbs/02.jpg
UI3 Blueprints

Universal Door Blueprint - FAQ And Tips

Tips and frequently asked questions about the Door Blueprint.

Content:

[fixed] Double Door Shutter is in wrong position

Door seems to flicker or is looking odd

How to open the door with a key press

[fixed] Double Door Shutter is in wrong position

[fixed Dec-2022] This only happens when the standard double door is chosen with the modern frame type B. The shutter between both doors is slightly off the door.

It will be fixed with the next update. Meanwhile you can fix it yourself.

  • Open the BP_StandardDoor blueprint
  • Open the function Add Hardware Offset
  • Search for the green commented area align shutter double door
  • Add the function Get Door Frame Offset and connect it with the multiplier node as seen in the image
  • Compile and Save.

image

Door seems to flicker or is looking odd

Sometimes the door mesh seems to flicker or the textures look low res. This seems to happen after moving the blueprint around. I am guessing it is a general Unreal 5 issue. You can fix this by ticking either the 'Is Double Door' or 'Flip Door' option twice.

The yellow marker around the door always seems to flicker a bit in Unreal no matter which actor is selected. You can safely ignore this.

image

How to open the door with a key press

This is for Unreal 5. Unreal 4.x may look a bit different. Use the below settings for the door:
> General
Door Mobility Mobile: The door can open and close
Door Rotation (Location) Set to 0.0 for movable doors.
> Interactive Door
Auto Open Disable

You can either use your Character (Default Pawn Class) or Controller (Player Controller Class).

Open the World Settings and you'll find them under Game Mode. Have a quick look at some tutorials if you're unfamiliar with those two classes.

Open your choice and click on the Class Settings on top of the main editor window. You may have to switch to the full blueprint editor to make those changes. In the Details panel go to the Interface section and add the interface BPI_UI3_Interaction to the list of Inherited Interfaces. Finally add the nodes below and Compile and Save the Character or Controller.

That should be it.

image
Top of page