BuildGraph builds some tools for Win32 even if Win32 is excluded from the build

UE - Foundation - Cpp Tools - Jan 16, 2019

When creating a local binary build of the Engine using the BuildGraph, there are several tools that are built for Win32 even if Win32 was specifically excluded from the BuildGraph (ie. -set:WithWin3 ...

Contact Offset no longer appears to have an effect

UE - Simulation - Physics - Jan 15, 2019

When modifying the contact offset in a project it appears to have no effect. The setting that worked in a previous engine version (4.19) now collide in the same way as the default settings. ...

Seamless Travel creates Pawns for controllers that it shouldn't

UE - Networking - Jan 14, 2019

Seamless Travel creates Pawns for controllers that shouldn't have a pawn created for them. This only happens is Seamless Travel is enabled. Regression?: No This occurs in 4.20 ...

Wireframe Appears Aliased and Draws Behind the Editor Grid

UE - Graphics Features - Jan 10, 2019

When the Editor grid is enabled, it draws over the wireframe objects. This is especially clear in orthographic views where the grid completely obscures wireframe lines aligned to the grid placement. ...

Session frontend screen comparison tool not showing screenshots.

UE - Automation Test - Jan 9, 2019

The Session Frontend Screen Comparison tool does not appear to be showing and screenshots taken from the Editor. ...

Only the last simple collision added to a static mesh is counted for sweep

UE - Simulation - Physics - Jan 3, 2019

When using multiple simple collisions on a static mesh it appears that sweep only uses the last collision added when calculating when/if to stop. ...

Replicated component leak on clients if RPC forces construction and server destroys it in the same frame

UE - Networking - Jan 3, 2019

RPCs called on actors force a channel to be opened and the actor to be replicated at least once. If the RPC is called on a new replicated component while the actor channel is already open, but the ...

Vehicle destroyed when long stiff value is set to 0

UE - Simulation - Physics - Jan 3, 2019

When setting the Long Stiff value to 0 for wheels it appears to destroy the actor as soon as the wheel come in contact with the ground ...

Radial Force Breaks Locked Axes

UE - Simulation - Physics - Dec 24, 2018

Using radial force on an object that has its axes locked will force that object to move regardless of locked settings. ...

Pressing ESC while on a drag operation makes drag visual to be disappeared and OnDragCancelled not to be called.

UE - Editor - UI Systems - Dec 11, 2018

DragDropOperation is removed when pressing esc button. but this is skipping OnDragCancelled so it can disrupt user's UMG drag operation logic.  ...