[CrashReport] Assertion on Mac in FCocoaRunLoopSource

UE - Platform - Apple - Jun 14, 2017

This is a common crash among Mac users in 4.16. It is spread out among many separate CrashGroups, with slight variations in Callstack. Some Example CrashGroups [Link Removed] [Link Removed] [Link ...

[CrashReport] Assertion failed: !IsLoading() in CollectGarbageInternal()

Tools - Jun 14, 2017

This is a common crash occurring for users in the 4.16 release. It is spread out across many different CrashGroups with slight variations in callstack. Users have not provided any descriptions whe ...

[CrashReport] UE4Editor_Renderer!FMaterialShader::VerifyExpressionAndShaderMaps() [shaderbaseclasses.cpp:148]

UE - Graphics Features - Jun 14, 2017

This is a common crash occurring in the 4.16 release. It is spread out across many different CrashGroups with slight variations in Callstack. Additional information is not available at this time. ...

Editor crash on level load with multiple actors with the name "(none)"

Tools - Jun 14, 2017

If three or more actors are saved to a level with the same name in the Content Browser of "none", attempting to load the level (open or right click on umap asset in content browser) causes the edito ...

Crash upon launching packaged game with nativized blueprints that include Add Child Actor Component node with a class already set

UE - Gameplay - Blueprint - Jun 14, 2017

When using the Add Child Actor Component node with a class set on the node with Blueprint Nativization enabled, the packaged game crashes upon launch. A workaround for this is to leave the class bla ...

Input breaks after spawning character from template

UE - Gameplay - Input - Jun 14, 2017

When a character is spawned from a template of an existing character instance, the existing instance loses the ability to read any input. This was discovered when testing the crash fix for [Link Re ...

Crash removing a split parameter pin that is linked

UE - Gameplay - Blueprint Editor - Jun 13, 2017

Crash occurs if the user splits an Output Parameter on a function, then links one of the pins, and then removes the parameter entirely. I could not reproduce this in Main. ...

Map load stalls in texture streaming code

UE - Graphics Features - Jun 13, 2017

A change was made to AActor.GetComponents which appends the results instead of resetting the output array. This seems to only impact 2 places in the code, and has a big side effect in the texture st ...

If Pause Event is played in second half of Fixed Frame Interval, you can't resume playing

UE - Anim - Sequencer - Jun 13, 2017

If Pause Event is played in second half of Fixed Frame Interval, you can't resume playing. Pause event appears to fire again when trying to resume playback. To expand on the summary, if you have a ...

With Pause Event on frame 0, sequence will never be able to resume playing

UE - Anim - Sequencer - Jun 13, 2017

With Pause Event on frame 0, sequence will never be able to resume playing. It appears to trigger the event again. ...