Clicking the Closed Loop check box for a Blueprint SplineComponent crashes the Editor.

Tools - May 12, 2015

Clicking the Closed Loop option in a new Spline Component results in the Editor crashing. This only occurs in 4.8 Preview 1 (so far). 4.7.6 and Main appear to be working correctly. ...

Calling Finish Recording Output causes a crash in PIE

UE - Audio - Mar 23, 2020

The Finish Recording Output node from the Audio Mixer BP Library crashes due to an invalid Path input. This is a regression from 4.23.1 (CL-9631420).  This was reported and tested in 4.24.3 (CL-115 ...

Build Warning when HotReloading - LogUObjectGlobals:Warning: Guid is already used by

UE - Gameplay - Blueprint - Sep 12, 2016

Changing class code causes class instance placed in the viewport to produce the warning message shown below upon hot reload. Also reported that callstack occurs but does not crash the editor. The ...

Able to set default values for Sequence & Map variables for a Movie Pipeline Executor Job causing an Ensure & Crash

UE - Anim - Sequencer - MRQ - Apr 18, 2022

Able to set default values for Sequence & Map variables for a Movie Pipeline Executor Job causing an Ensure & Crash. Repro Rate: 4/4 Tested this in //UE4/Release-4.27 @ CL#18319896 and the user is ...

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

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 on Linux and Windows with Vulkan when adding Atmospheric Fog to a Level

UE - Graphics Features - Dec 5, 2018

Adding an instance of Atmospheric Fog to a Level causes the Editor to crash on both Linux and Windows when using Vulkan. There is a different callstack when SteamVR is enabled on Linux which is also ...

Assert caused by using FText::FromStringTable to initialize a FText property in the constructor of a UStruct based off FTableRowBase

UE - Foundation - Core - Jan 4, 2019

When using FText::FromStringTable to initialize an FText variable in the constructor of an FStruct that inherits from FTableRowBase, an assert is caused due to recursion. The assert is as follows:As ...

Crash occurs while replacing a Widget Component with a user created Text Block

UE - Editor - UI Systems - UMG - Aug 18, 2022

This is not a regression. Tested in //UE4/Release-4.27 CL18319896. The crash occurred. Crash occurs while replacing a Widget Component with a user created Text Block blueprint. ...