Setting Tick Interval in GameMode to non-zero causes the game to freeze on pause

UE - Gameplay - Sep 22, 2016

If Tick Interval is set to something non-zero, the game will freeze when Set Game Paused is called. If not manually closed through the Task Manager, this will lead to an out of memory crash. This ...

WmfMedia: Memory leak while playing videos

Media Framework - Sep 21, 2016

There's a pretty substantial memory leak when playing videos with WmfMedia on Windows. ...

[CrashReport] UE4Editor_Landscape!ULandscapeInfo::UnregisterActor() [landscape.cpp:1856]

UE - LD & Modeling - Terrain - Landscape - Sep 21, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: LandscapeActor.I ...

[CrashReport] UE4Editor_Engine!FModelSceneProxy::HasSelectedSurfaces() [modelrender.cpp:538]

UE - LD & Modeling - Modeling Tools - BSP - Sep 21, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Error message: Assertion failed: (Index >= 0) & ( ...

FCDODiffControl doesn't properly account for lists of differing size.

UE - Gameplay - Blueprint - Sep 21, 2016

FCDODiffControl doesn't properly account for lists of differing size. The issues are marked in the following code:int IterOld = 0; int IterNew = 0; while (IterOld != OldProperties.Num() || IterNew ...

Converting Project from 4.11 to 4.12 and Above Changes Relative Scale of Sockets to 1

UE - Gameplay - Sep 21, 2016

When converting a project from 4.10/4.11 to 4.12(or later) the relative scale of the sockets on skeletal meshes will be changed to 1,1,1 regardless of the previous settings. ...

Launching from the editor can cause certain maps to become dirty and require saving and/or checkout

UE - Foundation - Core - Cooker - Sep 21, 2016

Using the launch option in the editor will cause some maps in the "List of maps to include in a packaged build" to become dirty and require checkout when in a project that is connected to source con ...

Negate Blueprint Macro Returning Original Value

UE - Gameplay - Blueprint - Sep 21, 2016

The Negate blueprint macros (NegateInt, NegateFloat) are returning the original value. Found in 4.12.5 CL 3039270. Reproduced in 4.13 CL 3106830 and 4.11.2 CL 2946394. ...

Crash in TMap struct deserializer

UE - Foundation - Core - Sep 20, 2016

When deserializing a TMap<FString, FString> with the JsonStructDeserializer, the Engine crashes. ...

Crash when trying to swap out a material with in a merged actor with LODs

Tools - Sep 20, 2016

Crash when trying to swap out a material with in a merged actor with LODs. The editor crashes when trying to change the material for the merged actor with LODs ...