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 ...

Confusing build error message provided when semi-colon is not added after a forward declaration in an Interface header file

UE - Foundation - Cpp Tools - UnrealHeaderTool - Feb 15, 2019

If a forward declaration of a class is made in the header file for an Interface class, and no semi-colon is included at the end of the forward declaration line, the build will fail with a confusing ...

Editor ClickLocation does not respect AllowSelectTranslucent

Tools - Feb 15, 2019

With AllowSelectTranslucent off, translucent objects are expected to have no effect on the selection process, however the editor's click location continues to reflect their impact. ...

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 ...