When trying to recreate an issue that resulted in [Link Removed], I came across this call stack. Regression testing done in //UE4/Release-4.27.2 CL-18427296 and this issue did NOT happen. ...
Attempting to add a new element to a struct array through the details panel when the panel is locked results in a crash. Regression?: No This issue did not occur exactly the same way in 4.18, but t ...
When attempting to add an array element to an array that exists on a component contained within an actor that is instanced in the level, the editor will crash. This does not occur if an array elemen ...
Licensee is reporting an intermittent crash when using the rewind debugger in the Game Anim Sample. ...
There is an issue where Editor crashes when calling a "scroll into view" node with missing parameters. This issue should be caught when compiling the blueprint as one of the values should not be nul ...
UObjects returned from "Get Item Children" in a TreeView widget causes an engine crash, due to invalid pointers. User has proposed the following fix: The best fix is probably such: When Slate list ...
If you duplicate an asset in the Content Browser before the renaming box prompts input it will cause the Editor to crash. This was reported and tested in 4.20.3 (CL-4369336). This is reproducible ...
This is caused by adding an item to a grid panel inside the grid panel iteration loop. The same operation to canvas panel goes well without any errors. The difference is that the array iteration in ...
Using AActor::Rename to change the Outer of an actor to a SubLevel will cause the editor to crash when the AActor is shown in the World Outliner. Regression?: Yes This does not happen in 4.18 but ...