Datasmith Importer stalls Editor when importing large Rhino files

UE - Editor - Content Pipeline - Datasmith - Importer - Oct 15, 2018

Importing large Rhino files will cause the Editor to stall during the import process for a long time. When testing the attached file the Editor stalled close to an hour with no results. The attached ...

Editor Crashes When Attempting to Create/Open a Blueprint While 'Show Friendly Variable Names' is False

UE - Gameplay - Oct 12, 2018

When the 'Show Friendly Variable Names' option is set to false in Editor preferences, attempting to create (once you press 'Enter' to accept the new Blueprint name) or open a Blueprint causes the ed ...

bDisableExposure Exposure bias on Mobile

UE - Platform - Mobile - Oct 12, 2018

There is this new variable. bDisableExposure which is set true when Feature level isn't SM5. Exposure bias should be supported on other platforms too. PR: https://github.com/EpicGames/UnrealEngine/ ...

Sub-components with the same name are not displayed on the correct parents in the Blueprints editor

UE - Gameplay - Oct 12, 2018

Sub-components with the same name are not displayed on the correct parents in the Blueprints editor.  Upon creation of an Actor blueprint initially derived from a c++ base class (VRCharacter) which ...

Hot Reload fails when project code class that derives from a plugin code class is modified

UE - Foundation - Cpp Tools - Hot Reload - Oct 11, 2018

Hot Reloading fails in 4.21 if a project code class that derives from a plugin code class is modified. The Editor appears to be looking for a corresponding Hot Reload .dll for the plugin, even thoug ...

User focus navigation does not respect Wrap setting for Prev/Next

UE - Editor - UI Systems - Oct 11, 2018

Using Tab/Shift+Tab to navigates between all buttons on the player screen instead of the buttons that are constrained within an overlay Tested in 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.2 ...

UCheatManager::ToggleDebugCamera() causes crash

UE - Gameplay - Oct 11, 2018

Toggling the Debug Camera with the UCheatManager::ToggleDebugCamera() function in a PlayerController derived class causes a crash. Tested in 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21 (CL ...

Exposure Metering Mode "Auto Exposure Basic" Disables Histogram Min/Max Control

UE - Graphics Features - Oct 11, 2018

Auto Exposure Basic disables histogram min/max controls. Working as expected in 4.19 CL# 4033788 and 4.20 CL# 4369336 Found in 4.21 Preview 1 CL# 4435822 and 4.22 CL# 4448303 This is a regression ...

Unreal Studio: Multi User Viewer Template Menu: Next Arrow Bug

UE - Anim - Sequencer - Oct 11, 2018

"There's a bug with the menu where you cant get to the next step (server browser or host) when you have a VR headset plugged and available. The "Next_Btn" button is greyed out on the last step. You ...

IOS GPU Hang Error (IOAF code 3) and Crash when rotating to Landscape

UE - Platform - Mobile - Oct 11, 2018

When users rotate to landscape in QAARApp the apple device will encounter a GPU Hang error and crash.Execution of the command buffer was aborted due to an error during execution. Caused GPU Hang Err ...