Sequencer Auto-key will incorrectly place a key for rotation if the object's rotation is not between -180 and 180

UE - Anim - Sequencer - Aug 17, 2016

Sequencer prefers rotation to be specified between -180 and 180, while the details panels prefer between 0 and 360. When auto-key is on, sequencer will add a key that does this conversion despite th ...

The 'Console Variables' option does not Output an HTML file

Tools - Aug 23, 2016

No HTML file is created when using the newly added 'Console Variables' help menu option. This option is the same as entering 'Help' into the console command window. Neither of these options produce ...

Typing "Custom" in Blueprint Search Menu No Longer Brings Up Add Custom Event by Default

UE - Gameplay - Blueprint - Sep 2, 2016

When typing the word "Custom" into a blueprint search field, Add Custom Event is no longer the first node that appears. This is inconsistent with behavior in previous versions, as typing in "custom ...

OnSmartLinkReached Event Not Firing in PIE

UE - AI - Sep 20, 2016

The OnSmartLinkReached event is not firing in PIE. This is a regression. In 4.12.5 the event fires as expected. Found in 4.13.0 CL 3106830 Reproduced in 4.14 Main CL 3129233. ...

Dropdowns display incorrectly in non 1:1 zoom in BP on Mac and PC

Tools - Nov 16, 2016

On a Mac in UE4.14, drop down menus on the appropriate nodes will not display correctly when the Event Graph is zoomed out below a 1:1 ratio. Regression: Does not occur in UE4:13 ...

MetalRHI Asserts When Using "Profile GPU" With RHI-Thread/Parallel-Execution

UE - Graphics Features - Sep 14, 2016

When the RHI thread is enabled (with or without parallel-execution) for Metal it isn't currently possible to run "profilegpu" because the GPU timestamp emulation code isn't multi-thread safe and pro ...

Crash when Removing and adding players on client

UE - Networking - Apr 26, 2016

Crash when Removing and adding players on client. If the user adds a player to the client and then removes that player and then adds another one. This appears to crash the editor ...

Physics are popping in Vehicle Advanced Template

UE - Simulation - Physics - Nov 16, 2016

I first noticed this when I was going on a ramp at a high speed and was catapulted over the level. It seems that the faster you go, the bigger the pop is with physics. It is not easy to hit, but it ...

Engine crash when Scene Capture Component 2D is added to viewport with forward rendering

UE - Graphics Features - Nov 26, 2016

If forward shading is enabled and shadows are disabled, adding an actor with a SceneCaptureComponent2D and static mesh to the viewport will cause the editor to crash. Regression: Yes - this crash o ...

Movement Not Working When Possessing a Player Pawn on Second Client

UE - Networking - Nov 28, 2016

Possessing a pawn on a second client while using a dedicated server prevents the pawn from moving until net.shareshadowstate is set to false. This appears to be a regression. I was not able to repr ...