[CrashReport] UE4Editor_ApplicationCore!FWindowsWindow::ReshapeWindow() [windowswindow.cpp:465]

Tools - Feb 17, 2018

No user comments in crash group 450 NewHeight = FMath::Max( NewHeight, FMath::Min( OldHeight, MinRetainedHeight ) ); 451 } 452 453 if (IsMaximized()) 454 ...

Crash in Standalone when using a Blueprint Library Function inside a Macro from a Macro Library

UE - Gameplay - Blueprint - Jan 9, 2015

Using a Function from a Blueprint Library inside a Macro from a Macro Library will cause a crash when using Standalone Game for PIE. The same setup will function as expected when Playing in Selected ...

Launching a packaged game calling DownloadImage with -nullRHI option crashes

UE - Editor - UI Systems - Oct 8, 2020

When using nullrhi, the Texture->Resource variable in UAsyncTaskDownloadImage::HandleImageRequest is null and a crash occurs in WriteRawToTexture_RenderThread. ...

[CrashReport] UE4Editor_Landscape!ULandscapeComponent::ReallocateWeightmaps() [landscapeedit.cpp:4208]

UE - LD & Modeling - Terrain - Landscape - Nov 16, 2017

This is an infrequent but longstanding crash that has occurred since at least UE 4.12. User DescriptionsTrying to paint a landscape texture on a seemingly bugged out sector, which was stuck with th ...

Crash on adding new element to ChaosCacheCollection if ChaosCacheCollection is open in editor

UE - Simulation - Physics - Destruction - Dec 11, 2020

More ways to reproduce:In Chaos Cache Collection Editor press Add Element button (no matter when you will do this step)If in Step13 from Steps to reproduce you won't place Chaos Cache Collection Edi ...

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 ...

NiagaraSystem is compiled every time when first loaded in the editor

UE - Niagara - May 20, 2022

If you are using a large amount of Niagara, you will experience excessive load times in PIE even if nothing is changed. The following code change seems to be effective as an interim response. void ...

Physics Constraints do not have the same values if they are part of an 'Always Loaded' level

UE - Gameplay - Dec 3, 2014

Physics Constraints do not have the same values if they are part of an 'Always Loaded' level. They will work correctly in the Persistent level and a level that is Streamed in. This becomes problem ...

In Editor, Blueprint resources are not freed up when the Blueprint is closed

UE - Gameplay - Blueprint - Feb 16, 2024

It appears that the preview scene used to render thumbnails is not destroyed after a thumbnail is rendered, even after the blueprint editor is closed and GC is run. Also found in Release-5.4, CL: 31 ...