Texture Group MaxLODSize doesn't recognize changes to WorldNormalMap in DefaultDeviceProfiles.ini

UE - Foundation - Core - Nov 11, 2019

When trying to change the MaxLODSize using DefaultDeviceProfiles.ini, some of the groups scale but others don't. This was reported and tested in 4.23.1 (CL-9631420). This was reproduced in 4.22.3 ...

Float RGBA Framebuffer rendering settings changes UI

UE - Editor - UI Systems - Slate - Nov 11, 2019

When changing the rendering Frame Buffer Pixel setting from "10 bit RGB 2 bit alpha" to "Float RGBA".  The Editor's UI will change.  (Please see the attached screenshots for comparison) ...

Client Build Errors with VS 2019

UE - Simulation - Physics - Nov 11, 2019

When building UE 4.23 from source using VS 2019, there are compile errors when building the Targets DebugGame Client and Development Client. Note that Debug Client builds successfully. The errors ar ...

Shader Compiler Crashes in Remote Build

UE - Graphics Features - Nov 11, 2019

Output log when crashing UATHelper: Packaging (iOS): LogCook: Display: Max memory allowance for cook 16384mb min free memory 0mb UATHelper: Packaging (iOS): LogCook: Display: Mobile HDR setting 1 ...

Shader Complexity viewmode doesn't work on masked & pixel depth offset material

UE - Rendering Architecture - RHI - Nov 11, 2019

Materials with mask and pixel depth offset appear to be empty in Shader Complexity viewmode in SM5. Both happens in material preview and world viewport.  [Image Removed] Works fine in ES31.  [Ima ...

nDisplay - UMG widgets sync

UE - Virtual Production - nDisplay - Nov 9, 2019

As soon as the widget was visible on the node/display at least once all nodes/displays receive the button press and correctly increase the counter. Therefore it seems like the widgets are only initi ...

Restore state doesn't work in Blueprint actors when sequence is set to Allow Sequencer Edits Only

UE - Anim - Sequencer - Nov 8, 2019

Blueprint actors do not having their states properly restored when only sequencer edits are allowed. The licensee has noticed that the USceneComponent* is different after edit in FComponentTransform ...

SetCollisionEnabled shouldn't check owner

UE - Simulation - Physics - Nov 8, 2019

Attempting to set the collision of a component to NoCollision while the actor's collision is disabled will prevent the component's collision from changing. This is because of the early exit in UPrim ...

TrueDepth API Included when Face Support is disabled

UE - Platform - XR - Nov 8, 2019

Licensees are reporting app rejections from Apple with the message "Your app includes TrueDepth APIs. However, we were not able to locate any features in your app that use TrueDepth APIs." ...

Sub Anim Instances Evaluate when not contributing

OLD - Anim - Nov 8, 2019

When using a sub anim instance, the instance will continue to update/evaluate even when its value is not currently contributing to the final pose. ...