Access Violation crash deleting a Widget Blueprint with an unsaved Animation track - FSequencer::Tick()

UE - Anim - Sequencer - Jun 19, 2017

Encountered an Access Violation crash while deleting an Widget Blueprint with an unsaved Animation Track. The callstack references FSequencer::Tick(). I was not able to reproduce this issue in UE4/ ...

Crash when calling Get Material Slot Names node when using a static mesh component that does not have a specified static mesh

UE - Gameplay - Blueprint - Jul 24, 2017

Editor crashes when trying to using get Material Slot Name on a static mesh component that has not has a static mesh specified. ...

Editor Crashes when working in QAGame TM-Sequencer_EventTrack - TCString<TCharType>::Strlen(InName)

UE - Anim - Sequencer - Jul 12, 2017

Editor Crashes when working in QAGame TM-Sequencer_EventTrack - TCString<TCharType>::Strlen(InName) This Assert happens randomly throughout the repro-steps. I am unsure what about the process cause ...

Crash running Cloth functional tests

UE - Simulation - Physics - Character - Apr 20, 2017

Crash occurs when running the Cloth functional test map. ...

UPL addElement and addElements can infinitely recurse if tag is included in inserted data

UE - Platform - Mobile - Jul 24, 2017

Inserting element data which contains the same tag as to insert into can create an infinite loop of adding the element to itself. ...

[CrashReport] Assertion failed: !bIsReentrant - UE4Editor-UnrealEd.dylib!SaveWorld()

UE - Platform - Apple - Jul 27, 2017

This is a common crash on Mac in 4.16 and has occurred since at least 4.14. User DescriptionsI added a character to a blank map and tried to save it. Callstack from LogLogEditorViewport: Clicking ...

[CrashReport] Linux crash - /usr/lib/nvidia-375/libGLX_nvidia.so.0()

UE - Platform - Linux - Jul 27, 2017

This is a common Linux crash that has occurred since at least 4.14. From LogLogEditorViewport: Clicking on Actor (LMB): StaticMeshActor (pared_cubos15) LogRHI: Timed out while waiting for GPU to ...

UE-47779 - Crash exiting packaged PlatformerGame while in the Main Menu

UE - Gameplay - Jul 27, 2017

This was occurring when I quit via the Quit button in the Main Menu GUI. I also repro'd this using the "Quit" command in the console. I found this on Linux, but this was repro'd on Mac and Windows ...

Crash in FMediaPlayerBase::TickPlayer in Shipping builds

Media Framework - Jul 28, 2017

A crash can occur in FMediaPlayerBase::TickPlayer in Shipping builds. This is because FMediaPlayerBase::NativePlayer is not a thread-safe shared pointer. The fix is to make it ESPMode::ThreadSafe. ...

Copy/pasting component results in broken duplicate component (named _GEN_VARIABLE)

UE - Gameplay - Components - Jul 28, 2017

REGRESSION: Yes. Does not occur in 4.16.3 Using Copy/Paste to duplicate a component will result in a broken duplicate component. This doesn't occur if the user uses Ctrl+W to duplicate. On compi ...