D3D Crash when searching "Color" in Engine Content folder

UE - Graphics Features - Apr 14, 2017

Assertion failed: Buffer [\Engine\Source\Runtime\Windows\D3D11RHI\Private\D3D11Commands.cpp][Line: 1487] Note I have narrowed it down to a material with "color" in its name that is causing this cra ...

Hot reload can prevent code components from being accessible in blueprints

UE - Foundation - Cpp Tools - Hot Reload - Sep 29, 2017

When a class is edited / hot reload preformed, code based components are sometimes removed from the MyBlueprint > Variables section and cannot be dragged from the Components tab into the graph with ...

Crash retargetting AnimBP with "Allow remapping to existing assets" enabled

OLD - Anim - Aug 24, 2016

4.12 version of the crash: [Link Removed] Error message: Assertion failed: (Index >= 0) & (Index < ArrayNum) [Link Removed] [Line: 833] Array index out of bounds: 1 from an array of size 0 Sourc ...

Adding OnClicked to SButton in Editor Mode plugin crashes editor when accessing the plugin

UE - Foundation - Cpp Tools - Plugin System - Mar 16, 2016

If a new editor plugin has a button added with OnClicked functionality, the editor will crash immediately when accessing the plugin. Removing the OnClicked portion of code allows the plugin to be a ...

[CrashReport] UE4Editor_Engine!FSkeletalMeshObject::UpdateMinDesiredLODLevel() [skeletalrender.cpp:81]

OLD - Anim - Nov 2, 2017

This is a somewhat common crash that has occurred since at least the 4.16 release. User DescriptionsReimported a skeletal mesh from an FBX file.reimported static mesh Source Context 70 v ...

LIVE: EDITOR: SPEEDTREE: CRASH: When using SpeedTree with Fracture Tool editor crashes

UE - Graphics Features - Aug 11, 2014

Crash Reporter information added for 4.7.2 - 4.7.6 Also Reproduced in Main Promotable-CL-2527312 Crashes from current engine seem to be predominately from Open World Content Assets. including Rep ...

GooglePAD ondemand assetpack file packaged redundantly in obb file

UE - Platform - Mobile - Mar 19, 2021

In order to distribute content within GooglePAD's distribution size limit. (1GB for install-time, 500MB for fast-follow, and 500MB for on-demand) we are trying to package it as assetpack by dividing ...

Replace references doesn't prompt to save dirtied assets that hold a soft reference to the deleted asset

UE - Gameplay - Dec 21, 2017

When deleting an asset any other asset that holds a soft reference to the deleted item will appear in the reference list. For a soft reference when choosing to replace the references with another as ...

[CrashReport] UE4Editor_Engine!UBodySetup::FinishCreatingPhysicsMeshes() [bodysetup.cpp:464]

UE - Simulation - Physics - Oct 27, 2017

This is a trending crash coming out of the 4.18 release. User DescriptionsWas moving assets that were migrated from another project. Source Context 451 if(bClearMeshes) 452 { ...

[CrashReport] UE4Editor_ShaderCore!FShader::GetVertexShader() [shader.h:568]

UE - Graphics Features - Nov 21, 2017

This is a common and longstanding crash that has occurred since at least 4.16 User DescriptionsTrying to paint my new sandtexture onto the terrainOpened the material editor by double clicking a mat ...