Removing a parameter from a blueprint function in a library can cause actor classes calling it to lose their parent or instance data

UE - Gameplay - Blueprint - Oct 4, 2018

Compile errors caused by an actor calling a function with something hooked up to a removed parameter can cause that actor to lose it's place in the hierarchy. Typically, the actor will be fixed once ...

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] - TRawMessageHandler<FTargetDeviceServicePong,FTargetDeviceProxyManager>::HandleMessage()

UE - Platform - Mobile - Jan 25, 2018

User comments:Packaging Android Crash with similar callstack fixed in 4.16: [Link Removed] I verified that the repro steps in that bug do not cause a crash in 4.18.3 Similar crash on Mac: [Link Re ...

Editor crash when calling SGridPanel::SetRowFill

Tools - Aug 22, 2017

Calling SGridPanel::SetRowFill on an actor's BeginPlay causes the editor to crash with the callstack provided The reporter mentioned SetRowFill uses if() statement where SetColumnFill uses while() ...

Crash occurs with gameplay tag map variable compiles with default value changed

UE - Gameplay - Blueprint - Jun 28, 2017

there is a crash that occurs with gameplay tag map variable compiles with default value changed. This issue occurs no matter what the secondary value of the map is. I was unable to test this issue i ...

Post Process volume change Unable to PIE and Crash

Tools - May 30, 2017

There is a compound issue with using the post process volume. Editing the value by using the mouse or dragging on the color wheel does not trigger this issue. Using the keyboard to edit this value c ...

[CrashReport] UE4Editor_Core!rml::internal::ExtMemoryPool::initTLS()

UE - Foundation - Core - Mar 16, 2018

No user comments in crash group 110 #if PLATFORM_MAC 111 // macOS expects all allocations to be aligned to 16 bytes, but TBBs default alignment is 8, so on Mac we always have to use ...

[CrashReport] UE4Editor_Core!rml::internal::ExtMemoryPool::initTLS()

UE - Graphics Features - Feb 17, 2018

No user comments in crash group 108 #endif 109 void* NewPtr = NULL; 110 #if PLATFORM_MAC 111 // macOS expects all allocations to be aligned to 16 bytes, but TBBs ...

Crash when selecting Edit Map for Paper Tile Map Actor

UE - Gameplay - Jul 12, 2017

Crash when pressing the Edit Map button for the Rendering Component of the Paper Tile Map Actor. If a new empty map is created first, the crash doesn't occur. User Description: Whenever I try to c ...

[CrashReport] Crash on Mac during cook - UEditorEngine::UpdateAutoLoadProject()

UE - Platform - Apple - Jun 6, 2017

This is a top crash on Mac. This crash has only occurred on the 4.16.1 release (there are no records of it in 4.16.0). Repro steps are currently unknown, but the crash occurs in Commandlet mode and ...