Billboard "Is Screen Sized Scaled" Only works with negative screen size

UE - Graphics Features - Feb 19, 2019

Billboard components do not retain 'screen size' size when viewed from a long distance. When negatively scaled (ex: -0.005) they will still be visible from long distances. ...

Static Mesh LOD Generation Produces Bad Shading and Holes in Mesh

UE - Graphics Features - Feb 19, 2019

Auto generated LODs create a mesh with holes and geometry that creates incorrect shading. Working as expected in 4.21 CL# 4753647 Found in 4.22 Preview 2 CL# 5035897 and 4.23 CL# 5064136 This is ...

FPhysicsInterface_PhysX::Sweep_Geom calculates incorrect shape transform

UE - Simulation - Physics - Feb 19, 2019

FPhysicsInterface_PhysX::Sweep_Geom incorrectly calculates the shapes' world transforms, while an alternate approach in FPhysicsInterface_PhysX::LineTrace_Geom works correctly. ...

Initializing custom Component on Actor in constructor causes odd hierarchy and details panel issues

UE - Gameplay - Blueprint - Feb 19, 2019

When testing with a simple setup, as follows: MySceneComponent has a UProperty(VisibleAnywhere, BlueprintReadOnly) of a USphereComponent pointer, initiated in the Constructor AMyActor has a UProper ...

Mouse focuses the game when while console is open if the window is minimized and then restored

Tools - Feb 19, 2019

Mouse focuses the game when while console is open if the window is minimized and then restored. When the console is opened the mouse is shown and the game is no longer focused (expected). However, i ...

Shaped Trace by channel traces do not return true when the starting and ending point are the same

UE - Simulation - Physics - Feb 18, 2019

When a shaped trace by channel has a starting and ending point that is the same, it no longer returns true when overlapping an object. Regression: Yes This appears to work as expected in 4.21.2 bi ...

Oculus HMD not registering in shipping build for windows 32 bit

UE - Platform - XR - Feb 18, 2019

Oculus rift does not appear to be used in a shipping build for windows 32 bit. The project appears to default to using Steam VR ...

Node MinimumAreaRectangle produces wrong centerpoint

UE - Gameplay - Feb 15, 2019

The centerpoint for the MinimumAreaRectangle function returns the wrong value when applied. Tested in 4.21.2 (CL - 4753647), 4.22 (CL - 4958263) ...

Soft references appearing as hard references in reference viewer

UE - Gameplay - Blueprint - Feb 15, 2019

When creating a variable that is a soft reference of another asset the reference viewer appears to show this connection as a hard reference. ...

Input Axis Mapped to 'Pinch' no longer sends Axis Value

UE - Platform - Mobile - Feb 15, 2019

Axis Event mapped to pinch no longer returns values. Working in 4.19 Confirmed on Android + iOS  Confirmed in MAIN 4.23 @ CL 4961509 ...