Adding "_API" specifier to FMovieSceneTrackEditor results in linker errors

UE - Anim - Sequencer - Feb 7, 2017

Unable to add API specifier to FMovieSceneTrackEditor, results in compile errors (pasted in the callstack field) ...

Crash clicking the question mark to show Viewport controls

UE - Platform - Linux - Feb 6, 2017

Was not able to reproduce on Windows. I checked the Linux log (Project, UE4) and did not notice anything meaningful there. I used GDB to get a backtrace from the core dump file. Attaching that and ...

Max Draw Distances different in PIE versus Standalone

UE - Graphics Features - Feb 6, 2017

The Max Draw Distance setting culling meshes at incorrect distances during PIE relative to Standalone/New Editor Window. I was unable to reproduce this in a new blank project using a single cube me ...

Material With Hair Shading Model Draws On Top Of SSAO

UE - Graphics Features - Feb 6, 2017

The Hair shader no longer allows ScreenSpace AO on areas of the screen it occupies. While in the Ambient Occlusion Visualizer it appears that the material draws on top of the SSAO. REGRESSION? Yes ...

Integrate fix for improper failure case for allocation of RenderTargets in Oculus

UE - Platform - XR - Feb 6, 2017

CL 3278583 contains a fix for improper failure state allocation of render targets, which causes intermittent crashes when the HMD is unplugged or has a power interruption. This CL fixes the crash ...

Sorting Issue With Many Overlapping GPU Paricles

UE - Graphics Features - Feb 6, 2017

GPU particles have a strange sorting priority once a significant amount of overlap starts happening. Changing the sort mode doesn't influence this effect at all. While on CPU particles changing the ...

Material PDO Usage Incorrectly Checked

UE - Graphics Features - Feb 6, 2017

Seems when an expression output is swizzled (Typically via component mask) we lose the ability to track if the value is constant. This causes the IsPropertyUsed check to fail, potentially falsely ac ...

Editor locks up when adding an element for HTML5 devices on Mac

UE - Platform - Mobile - Feb 6, 2017

The editor will freeze when adding an element inside of the HTML5 Devices section of Project Settings. When the editor is relaunched, the element that was attempted to be added will be present in ...

Modulated Self Shadowing can not be disabled for Static Meshes

UE - Platform - Mobile - Feb 6, 2017

Modulated Self Shadow is only ever disabled and enabled for Skeletal Meshes and does not have any effect on Static Meshes. You can use the command r.Shadow.EnableModulatedSelfShadow 1 to enable self ...

DefaultGameMoviePlayer doesn't work with FAsyncLoadingSplash

Tools - Feb 6, 2017

FDefaultGameMoviePlayer::Tick() calls FAsyncLoadingSplash::GetSplash(), but FDefaultGameMoviePlayer extends from FTickableObjectRenderThread, and FAsyncLoadingSplash::GetSplash() has check(IsInGameT ...