Level Visibilty track in Sequencer does not play in PIE

UE - Anim - Sequencer - Dec 29, 2016

When setting the Sublevels hidden in Sequencer, the sublevels become hidden in the viewport, but does not hide when it is played in PIE. To test if the sequence played at start, I added a cube to t ...

Editor Crashes When Count on Mid Node is Less Than 0

UE - Gameplay - Dec 29, 2016

The editor crashes when the Count parameter passed into the Mid function is < 0. There is an assertion check(Count >= 0); in FString Mid in UnrealString.h, but an error message would be expected ...

Playing sequences in reverse snaps after sequence has first ran

UE - Anim - Sequencer - Dec 29, 2016

I first came across this bug when I was working with Actor Sequences and noticed that the door I had opening would snap back when I tried to close it. Later I discovered that the issue was with play ...

Modal dialogues appear offscreen when using monitors with different resolutions

UE - Editor - UI Systems - Slate - Dec 29, 2016

When using a monitor setup where both monitors have a large gap in resolution sizes and using UI scaling on Windows 10, the save dialogues that appear in the engine can appear offscreen in certain s ...

Copy Reference option is broken on Linux

UE - Editor - Content Pipeline - Content Browser - Dec 28, 2016

Attempting to use the Copy Reference option from an asset's right click menu on Linux will clear the clipboard of any current value, but does not copy the reference back to the clipboard. This make ...

VREditor: Laser not hidden on MotionControllers with docked Menu/UI Panels

UE - Editor - Workflow Systems - Dec 28, 2016

The laser for the motion controllers is currently not being hidden when a Menu/UI panel is docked to the controller. This is a Regression from 4.14 and prior, as shown by the attached screenshots. ...

Crash selecting AI-controlled pawn while simulating

UE - AI - Dec 28, 2016

Crash occurs when the user select an AI-controlled pawn while simulating in viewport. This seems to only occur if the pawn is moving or getting directions from the controller (example, if you selec ...

Crash while using the Delete Button in the HLOD Outliner while a Generated Proxy Mesh is opened in the Static Mesh Editor

UE - World Creation - Worldbuilding Tools - HLOD - Dec 28, 2016

When deleting a generated proxy mesh from the HLOD Outliner using the Delete Button while the generated proxy mesh is opened in the static mesh editor will cause the editor to crash. Workaround: U ...

Dithered LOD Transition Has Visual Pop

UE - Graphics Features - Dec 28, 2016

When a static mesh that is placed in the scene begins to transition using dithered LOD, The LOD that is being transitioned away from will "POP" in at full opacity for a moment just before the dither ...

Crash when a material with a texture parameter is deleted when it has instances with static permutations

UE - Graphics Features - Dec 28, 2016

This was the simplest solid repro I could get on this bug. The callstack is similar to [Link Removed] Also came across several Shader Compiling Manager crashes while attempting to repro this crash ...