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

Shadows Appear when Approached and Disappear when Distant on Movable Objects

Docs - Samples - Sep 21, 2016

While working on writing test cases for content examples, I discovered that the shadow behind certain objects appear and disappear depending on the distance from the camera. This might be similar ...

Ensures showing uncompressed animations in anim blueprints

OLD - Anim - Sep 21, 2016

Ensures occur when selecting Show > Uncompressed Animations in an animation blueprint. This was discovered when investigating [Link Removed]. So far I've only reproduced this issue with QAPawn_Ani ...

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 exiting simulate in viewport

UE - Simulation - Physics - Sep 20, 2016

Crash occurs when the user stops simulating in viewport. ...

Crash in TMap struct deserializer

UE - Foundation - Core - Sep 20, 2016

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

Typos in Math_Hall of ContentExamples

Docs - Samples - Sep 20, 2016

Need to update label from 0 to 1 on the left slider of display 1.6Need to update labels for small slider on display 1.10 to display 0, 1, 2 as those values can go up to 2Need to update 1.12 Example ti ...

Cannot stop/pause audio tracks in UMG animations

UE - Anim - Sequencer - Sep 20, 2016

Users cannot stop/pause audio tracks in UMG animations. The sound track cannot be manipulated using the animation nodes given in UMG ...

ARM64 projects crash on device with Signal 11 with GooglePlay plugin enabled

UE - Platform - Mobile - Sep 20, 2016

When launching ASTC ARM64 packaged project onto S7, it'll crash with Signal 11. It seems very similar to [Link Removed]. ...