Enabling the experimental Unit Test Framework in a project results in the Editor crashing whenever that project is opened

UE - Gameplay - Blueprint - May 2, 2016

A user decided to test the experimental Unit Test Framework plugin that was included with 4.11. The user discovered that the Editor will crash whenever opening a project that has this plugin enabled ...

Crash when using "Convert to Seeded" on a Cascade Module

UE - Graphics Features - May 2, 2016

Crash when using "Convert to Seeded" on a Particle System Cascade module This is a Regression as it does not occur in 4.10 Error message: Assertion failed: *Offset < (uint32)InstancePayloadSize [ ...

DrawDebugSphere & DrawDebugAltCone deref nullptr if used in constructors

UE - Graphics Features - May 2, 2016

\Engine\Source\Runtime\Engine\Private\DrawDebugHelpers.cpp DrawDebugSphere and DrawDebugAltCone both try to dereference variable 'LineBatcher' without checking for null, as the other DrawDebug func ...

Scene Capture 2D Actor causes Flickering on Windows 10 when Launched in Standalone

UE - Graphics Features - May 2, 2016

Screen/Playable window flickers when playing in Standalone on Windows 10. A few users are reporting this issue which is exclusive to Windows 10 and Standalone mode. There is another issue the could ...

Adjusting Default Light Settings for Atmospheric Fog causes Crash

UE - Graphics Features - May 2, 2016

Adjusting default light settings in the Color Picker palette for atmospheric fog causes the engine to crash in UE 4.12 Preview Regression: This does not occur in UE4.11 ...

Setting a value Material Parameter Collection to Material will cause crash

UE - Graphics Features - May 2, 2016

Adding a Material Parameter collection to a material, setting its value, then saving the material will cause a crash. This was only able to be reproduced on Mac and did not affect the Windows versio ...

RootMotion Malfunctioning When Played in Lower Framerates

UE - Gameplay - Player Movement - May 2, 2016

Root Motion Animations are not functioning correctly during lower frame rates. For example, a character moving forward 2 meters at regular frame rate will move 10 meters at a lower frame rate. Regr ...

Launching with -VR will pick non-native display resolution for Vive/SteamVR

UE - Platform - XR - May 2, 2016

Running with -game will run game at native fullscreen resolution 1920x1080. (checking with r.setres)Running with -game -vr will run game in VR but resolution is 1280x720. (checking with r.setres) Th ...

Default level Sun Disc precision issue on Android

Docs - Samples - May 2, 2016

Sun disc in the default level has precision or depth fighting issues ...

Some properties of USkinnedMeshComponent are serialized, should probably be transient

OLD - Anim - Apr 30, 2016

MaxDistanceFactor, PredictedLODLevel and OldPredictedLODLevel are marked UPROPERTY, so they are serialized. These are just temporary properties though, should probably be marked transient, so they a ...