[CrashReport] UE4Editor_Engine!operator new<FBatchedLine,FDefaultAllocator>() [array.h:2812]

OLD - Anim - Jun 2, 2016

Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 804] Array index out of bounds: 175 from an array of size 171 Source Context: 2797 2798 temp ...

This Blueprint will not compile and causes a crash in 4.8

UE - Simulation - Physics - Mar 18, 2015

The MiningBuilding Blueprint in this user's project will not compile. Clicking the compile button never switches it to "Good to Go", and a warning that it needs to be compiled appears at PIE. Repro ...

Prevent unnecessary rebuilds of windows resource files

UE - Foundation - Cpp Tools - UnrealBuildTool - Sep 20, 2023

How Necessary are BUILT_FROM_CHANGELIST and BUILD_VERSION in Resource Files? We've been investigating ways to improve the speed of our iterative engine builds, and have found that the vast, vast maj ...

Crash in UEditorEngine::CheckForWorldGCLeaks

Tools - Feb 20, 2017

Error message: Fatal error: [Link Removed] [Line: 1959] /Game/FirstPersonBP/Maps/FirstPersonExampleMap.FirstPersonExampleMap still around trying to load ../../../Engine/Content/Maps/Templates/Templ ...

[CrashReport] UE4Editor_Renderer!FGlobalShader::SetParameters<FRHIPixelShader * __ptr64,FRHICommandList>() [globalshader.h:134]

UE - Graphics Features - Jun 29, 2016

This JIRA was created from crash reports submitted by users due to it being one of the top crashes occurring in 4.12.4 This might be a regression because the crash has only just started in 4.12.4. ...

Crash After setting Default Text Material Opaque as a Dynamic Material Instance in the construction script

Tools - Apr 19, 2016

This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Fatal error: [Link Removed] [Line: 1829] /Game/ThirdPersonBP/Maps/ThirdPersonE ...

[CrashReport] UE4Editor_Engine!FTextureCacheDerivedDataWorker::BuildTexture() [texturederiveddata.cpp:772]

UE - Graphics Features - Feb 20, 2017

Error message: Access violation - code c0000005 (first/second chance not available) Source Context:757 if (SourceMips.Num()) 758 { 759 FFormatNamedArguments Args; ...

Editor crash when a spline component is added to a blueprint and compiled

Tools - Sep 7, 2016

Most recent user affected CL: 3106830 (4.13.0) Error message: Access violation - code c0000005 (first/second chance not available) Source Context: SelectedKeys = SplineVisualizer->GetSelectedKey ...

[CrashReport] UE4Editor_D3D11RHI!TerminateOnDeviceRemoved() [d3d11util.cpp:176]

UE - Graphics Features - Nov 18, 2016

Error message: Fatal error: [Link Removed] [Line: 176] Unreal Engine is exiting due to D3D device being lost. (Error: 0x887A0006 - 'HUNG') Source Context: 161 162 const TCHAR* Rea ...

Using dynamic bindings in a code class will result in the bindings becoming a permanent part of any Blueprint created from that class if a hot reload is performed.

UE - Foundation - Core - Mar 26, 2015

If dynamic bindings are being used in a custom code class from which Blueprints are derived, any hot reload will make the bindings a permanent part of the Blueprint and they cannot be removed or cha ...