Editor crashes when opening a project that includes a plugin with more than two custom Volume classes

Tools - Jun 7, 2017

Adding more than two custom Volume classes to a plugin results in any project that includes that plugin crashing when opening it in the Editor. There does not appear to be a problem with adding thre ...

LIVE: EDITOR: MATERIALS: CRASH: Setting the MipValueMode for MipLevel or MipBias to 4 or higher will crash the editor

UE - Graphics Features - Oct 14, 2014

BRANCH: MAIN CHANGELIST: 2322258 PLATFORM: Windows DESCRIPTION: When using a texture sample with the MipValueMode to MipLevel or MipBias with a value of 4 or higher will cause a crash. ...

Adding a Blueprinted custom StaticMeshComponent to a Blueprint results in an Ensure being triggered.

UE - Gameplay - Components - Aug 24, 2015

If a Blueprint is made from a custom Blueprintable StaticMeshComponent, and that Blueprint is added as a component to another Blueprint, an Ensure is triggered. No Ensure occurs if the custom nativ ...

Crash when adding a Material Layer with a MaterialFunctionCall node to a Material Instance

UE - Graphics Features - Mar 30, 2021

Adding a Material Layer to a Material Instance that has a Material Function Call node connected to the Set Material Attributes node causes the editor to crash. I tested a Material Layer without the ...

Editing parent emitters with mesh renderer in a niagara system causes crash

UE - Niagara - Nov 9, 2021

After editing the parent emitters of a Niagara system with mesh renderer particles the engine will crash the next time the editor and system are opened.  This was tested with both engine content cub ...

Crash when Deleting Variable from Blueprint Struct

UE - Gameplay - May 23, 2019

The Editor will crash when attempting to delete a variable from a Blueprint struct. This crash does not seem to happen if save the map with the actor in it. ...

Dragging more than one Texture into the Material Editor causes a crash

UE - Graphics Features - Mar 11, 2020

Importing two or more Textures into the Material Editor results in a crash. This is a regression from 4.24.3 (CL-11590370) as well. This was reported and tested in 4.25 Preview 2 (CL-12055273) and ...

Crash when save the blueprint function variable that set the StringTable asset

UE - Foundation - Core - Apr 17, 2019

This issue doesn't crash in 4.21. It is rewritten as GIsSavingPackage = true in UPackage::(Save() when Blueprint is saved, but it's rewritten as false in 4.21. Workaround Do not set the String Tab ...

Crash on setting Max. Texture Size with Non Power of 2 Texture

Tools - Mar 16, 2015

Also Reproduced in Main Promotable-CL-2479729 After importing and saving a texture which is non power of 2 and not an hdr texture, when you set the Maximum Texture Size in the Texture Editor's Comp ...

Crash hovering mouse over User Defined Struct array variable on Widget Blueprint breakpoint

UE - Gameplay - Blueprint - Jan 22, 2020

Looks a crash caused by an access violation when trying to export text from the property for the tooltip. Seems to be limited to arrays of user defined structs and the Widget Blueprint editor. ...