[CrashReport] Mac crash - UE4Game!FShaderCache::InternalSetGraphicsPipelineState

UE - Graphics Features - Dec 1, 2017

This is a common Mac crash in 4.18. It occurs in Game mode, not in Editor. Users have not provided any descriptions of their actions when the crash occurred. Callstack from Log[2017.11.21-20.30.4 ...

Crash in RHICommandContext& GetContext() in Test/Shipping builds when bUseChecksInShipping is true

UE - Rendering Architecture - RHI - Nov 29, 2022

RHIinit() calls GRHICommandList.GetImmediateCommandList().GetContext() to make sure that GDynamicRHI->Init() initialized the immediate command list (by calling FRHICommandListImmediate::InitializeIm ...

Widgets will bind input delegates to the Player Controller's Input Component, but never unbind them

UE - Editor - UI Systems - UMG - Jan 30, 2024

This is a bug introduced with 18468289 a while ago. We added this functionality for [Link Removed], which allows input event nodes to be placed within widgets and have them behave correctly.  This ...

[CrashReport] UE4Editor_Landscape!FLandscapeComponentSceneProxy::FLandscapeComponentSceneProxy() [landscaperender.cpp:680]

UE - LD & Modeling - Terrain - Landscape - Apr 11, 2018

User comment in crash group:Wanted to delete a single field of my landscape wich is very big. Same error appears if I try to get a part of the landscape to another streaming level. Would be cool if ...

Bloated instruction counts in the material editor causing long compiles

UE - Graphics Features - Apr 17, 2019

artists are dealing with greatly increased iteration times due to long shader compiles when working in the material editor. This has regressed over time as we add more features to the point were wor ...

Some textures stretched on Mobile device

UE - Platform - Mobile - Sep 8, 2015

User's content is here: "P:\temp\UrbanJogging.zip" "If you start up the game or go into the content, the issue is on Track One, on the first bend on the right. Also be careful with the sprint bu ...

GPUCrash - exiting due to D3D device being lost. (Error: 0x887A0006 - 'HUNG')

UE - Graphics Features - Oct 26, 2017

This Jira is for the continuation of the "D3D HUNG" crashes which originally spiked in the UE 4.14 release. Some fixes were implemented in 4.16.2 and 4.17.0 which made some improvement to the freque ...

[CrashReport] UE4Editor_PropertyEditor!SDetailSingleItemRow::OnArrayDrop() [sdetailsingleitemrow.cpp:172]

Tools - Oct 10, 2017

This is a trending crash coming out of the 4.18 previews. Users have not provided any descriptions of their actions when the crash occurred. The callstack shares similarities to [Link Removed] whi ...

Crash when changing a Play Node's "Sequence" to a Montage

OLD - Anim - Jan 20, 2016

I understand that this is not something you're intended to be able to do (Montages aren't used this way), but we should bar the user from inserting a montage into this variable slot. Crash occurs w ...

FString.Mid doesn't react appropriately when given negative values for the Count variable

UE - Foundation - Core - Jul 16, 2015

If you use a 5 character string (hello) to call the Mid function and provide 0 for start, -1 for count, it'll give you the entire string. This should either return an assert or treat all negatives a ...