UKismetSystemLibrary::CollectGarbage() does not work in shipping builds

UE - Gameplay - Jun 27, 2017

deferred commands get run even in shipping, but "obj gc" is compiled out and therefore doesn't work. UWorld has a ForceGarbageCollection call but it's not equivalent to calling "obj gc", I'd prefer ...

[CrashReport] UE4Editor_MeshPaint!MeshPaintHelpers::FillVertexColors()

OLD - Anim - Jun 27, 2017

This is a common crash in the 4.16 release. Users have not provided any descriptions, so additional information is currently unavailable. Source Context 804 elseif (USkeletalMeshComponent ...

[CrashReport] UE4Editor_ClothingSystemRuntimeInterface!UClothingSimulationFactory::CreateSimulation()

UE - Simulation - Physics - Character - Jun 27, 2017

This is a common crash in the 4.16 release. Users have not provided descriptions so additional information is not currently available. Source Context 28 // Any clothing simulation factory s ...

Play rate affects all blendspace samples using the same Anim Sequence

OLD - Anim - Jun 27, 2017

Play rate affects all blendspace samples using the same Anim Sequence Occurs on? 4.15 - 3450819 - YES 4.16 - 3466753 - YES 4.17 - 3502710 - YES ...

Crash from pausing an UMG animation using the event track

UE - Anim - Sequencer - Jun 27, 2017

When pausing a widget animation by using an event using the event track to pause the animation the editor crashes when you play the animation via PIE or standalone. Tested in 4.15.3 - CL 3450819 4. ...

[CrashReport] UE4Editor_MaterialEditor!FMaterialEditor::OnCanPromoteToParameter()

UE - Rendering Architecture - Materials - Jun 27, 2017

This is a common crash in the 4.16 release. It seems related to creating a parameter in the Material Editor, however users have not provided any descriptions so additional information is not current ...

Memory leak on Mac when Credits window is open

UE - Platform - Apple - Jun 27, 2017

The editor is running out of memory on Mac when the Credits window is left open. ...

Crash resizing Cascade window

UE - Graphics Features - Jun 27, 2017

Crash occurs when the user quickly resizes the Cascade window. I was able to reproduce this regularly last week, but I'm not able to do so now. This is related to [Link Removed]. ...

Crash when altering the values of a custom struct element in a Tmap

UE - Gameplay - Blueprint Compiler - Jun 27, 2017

If the values of the elements in a Tmap are altered for a Tmap that is using a custom struct, the editor will crash on compile. ...

Undoing the deleting of variables in use by Sub Anim Instance does not expose them again

OLD - Anim - Jun 27, 2017

If the user deletes variables on an anim blueprint that is used and exposed by a Sub Anim Instance node, and then undoes the deleting, they will not be exposed again, even though they were prior to ...