Noticeable Difference In Temporal AA Sharpness From 4.12 To 4.13

UE - Graphics Features - Oct 17, 2016

There seems to be a noticeable difference with the temporal AA sharpness in 4.13. This was confirmed by setting Temporal Sample count and sharpness with the same settings in a 4.12 project. A side b ...

Notifies are retriggered on loop of an animation in Matinee/Sequencer

UE - Anim - Sequencer - May 31, 2016

Notifies are retriggered on loop of an animation in Matinee/Sequencer. This occurs during Sequencer Editor playback and when playing in game. ...

HISMC always shows lowest LOD

UE - World Creation - Worldbuilding Tools - Foliage - Nov 22, 2016

User report: HISMCs are currently broken in master. They always show the lowest LOD available for a mesh, so if you have a HISMC with a tree mesh set, you would always see the billboard of the tree ...

Cannot clear a Post Process Anim Blueprint after assigning one

Tools - Nov 23, 2016

Cannot clear a Post Process Anim Blueprint after assigning one ...

"Failed to initialize LibOVR" error when launching the editor without OVR SDK

UE - Platform - XR - Dec 13, 2016

REGRESSION Yes, did not occur in //UE4/Main at CL 3231640. When launching the editor without having the OVR SDK, user receives a "Failed to initialize LibOVR" error message with CAPI Error: -3001. ...

Crash in Forward Renderer DX11 RHI Impl when using VR PIE

UE - Platform - XR - Dec 4, 2016

// enforce color target is <= depth and MSAA settings match if(RTTDesc.Width > DTTDesc.Width || RTTDesc.Height > DTTDesc.Height || RTTDesc.SampleDesc.Count != DTTDesc.SampleDesc.Count || ...

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

Cannot open Anim Notify Manager

OLD - Anim - Jan 3, 2017

Cannot open Anim Notify Manager. Right Click>Manage Notifies doesn't open it and the Manager no longer appears in the Window Menu. Regression: YES Broken: 3224400 (4.14.1) Worked: 3172292 (4. ...

Crash: Using Sequencer to attach an actor with multiple skeletal mesh components crashes the editor

UE - Anim - Sequencer - Nov 30, 2016

When using an Attach track in sequencer to attach an actor that contains more than one skeletal mesh component, the UI to choose which mesh component to attach to pops up, but then the editor hangs ...

Child Actor component is duplicated in Standalone Game

UE - Gameplay - Jan 12, 2017

Child Actor component is duplicated in Standalone Game. No other play modes or packaged game are affected. The additional actor will disappear after 1 minute. *This is a regression: Doesn't occur ...