Non-blueprint ed graphs need to clean up their deprecated pins

UE - Gameplay - Blueprint - Aug 3, 2016

Old UEdGraphPins are not being removed from non-blueprint assets. ...

Struct array of type 'key' dirties blueprint each time it is re-opened

UE - Gameplay - Blueprint - Aug 29, 2016

Struct array of type 'key' dirties blueprint each time it is re-opened. Regression (no) issue (does) occur in 4.11.2 ...

Spotlights Transform Strangely When Scaled Within A Blueprint

UE - Graphics Features - Oct 31, 2016

When scaling an actor with a spotlight component that is offset from local 0,0,0 the spotlight will invert itself when passing into negative scale values. In the test project this only occurs on the ...

Crash when double clicking a level in Content Browser to open it

UE - Editor - Workflow Systems - Apr 19, 2016

Landscape Mode automatically turns on Game View in Viewport

UE - LD & Modeling - Terrain - Landscape - Oct 31, 2016

Landscape Mode automatically turns on game view in the level Viewport. Regression (yes) issue (does not) occur 4.13.2 ...

Update Instance Transform is not working

UE - Graphics Features - Jun 16, 2015

When a blueprint calls for 'update instance transform' the scaling and location value doesn't actually work. ...

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

Landscape components render black

UE - LD & Modeling - Terrain - Landscape - Dec 1, 2016

Workaround:Open the Landscape Material and click SaveReload the level Landscape components render black upon first-time compile. Observed in QA-Landscape - several chunks of the Landscape were bla ...

Out of date info and typo in comments for DDC in BaseEngine.ini

UE - Foundation - Core - Jan 25, 2017

In BaseEngine.ini,Comment says "DerivedDataBackendGraph is the default graph" - this information needs to be updated to mention that launcher installs of the engine would use "InstalledDerivedDataB ...

RawDataCurve is still saved in cooked builds even though it isn't needed

OLD - Anim - Oct 27, 2016

RawDataCurve is still saved in cooked builds even though it isn't needed ...