When creating a blueprint class based on a C++ actor with a Niagara component, color curves will cause the editor to crash when compiling the blueprint. This will impact users creating their own cla ...
When attempting to diff a Blueprint that has been reparented when the previous parent no longer exists in the editor, a crash occurs. The crash is due to the editor attempting to reference the delet ...
The engine will crash if you upload a project icon that's way too large for the 192x192 area. It'll also crash when you open that project back up and try to access the project settings ...
A crash can occur in FStructurePropertyNode::GetValuePtrOfInstance when using EditConditionHides with arrays of structs. When deleting an element from the array, ParentBaseAddress will be null. ...