[CrashReport] UE4Editor_UMG!UButton::SynchronizeProperties() [button.cpp:62]

UE - Editor - UI Systems - Sep 7, 2017

This is an infrequent but longstanding crash that has occurred since at least 4.13 and affected more than 350 users. User DescriptionsI using widget bp. I Try moving blur mistake same time press ct ...

LIVE: EDITOR: CRASH: Editor crashes on iPad4 when attempting to draw a texture that is 2048x1536

UE - Platform - Mobile - Oct 14, 2014

Build: 4.5.0-2316912 Description: .exe crashes on iPad4 when attempting to draw a 2048x1536 texture to the HUD Frequency: 2/2 Repro: [Reproduced Internally] 1. Download attached texture file. 2. Ope ...

Using the BuildGraph to create an installed binary build of the Engine will fail if Simplygon is not installed.

UE - Foundation - Horde - BuildGraph - Oct 13, 2016

A user reported that attempting to create an installed binary build of the Engine using BuildGraph will fail. This seems to be because we include the UE Simplygon implementation, but do not disable ...

[CrashReport] UE4Editor_Engine!FAVIWriterWin::Initialize() [aviwriter.cpp:239]

UE - Anim - Sequencer - May 24, 2016

Error message: Access violation - code c0000005 (first/second chance not available) Source Context: 224 225 hr = Graph->AddFilter(CaptureFilter, L"Capture"); 226 if ...

UnkownRef Mips can cause TextureStreaming peaks during loading

UE - Graphics Features - Mar 27, 2023

UnkownRef Mips is meant to fix/workaround the problem where some textures are used for rendering but they don't have any component references them (such as texture used by PP effects) These UnkownR ...

[CrashReport] Commandlet crash - UE4Editor_Engine!FAnimationUtils::CompressAnimSequenceExplicit() [animationutils.cpp:621]

OLD - Anim - Sep 7, 2017

This is an infrequent commandlet crash that has affected a number of users exclusively in 4.17.1 (possible regression from 4.17.0?). There are also two instances of older cases in 4.13 and 4.15, bu ...

[CrashReport] UE4Editor_UnrealEd!UTransBuffer::Cancel() [editortransaction.cpp:697]

Tools - Nov 17, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 833] ...

[CrashReporter] Crash in FClassExclusionData::IsExcluded() (infinite loop)

UE - Gameplay - Aug 10, 2017

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Descriptions from users are provided below. Note: This appears to be a Commandlet crash. Erro ...

Reversed Animations don't play properly using Skeletal Mesh Pose and animations with Keep State in Sequencer

UE - Anim - Sequencer - Nov 26, 2018

The bug seems to only reproduce when setting animations in sequencer and only if the animations are set to "Keep state". Setting them to "restore default" makes the reversed animation play correctly ...

Crash when opening a blueprint that referenced a struct blueprint that no longer exists

UE - Gameplay - Blueprint - May 28, 2015

If a user creates a struct blueprint then references it in another blueprint and then deletes the struct while the editor is closed, the referencing blueprint will crash when opened. ...