Fatal error "UE_LOG(LogObj, Fatal,TEXT("Renaming an object (%s) on top of an existing object (%s) is not allowed"), *GetFullName(), *ExistingObject->GetFullName());" is hit in UObject::Rename. ...
Crash occur in the animation montage editor when the user does an undo action with no montage sections. ...
User Can hide a 3D widget component that is in world space. However, if they use a widget component that has been switched to Screen space this is no longer possible. List of ways that do not work ...
Renaming a Sequencer spawnable actor in the World Outliner will revert back to the old name on save. Not a regression because Sequencer spawnable actors in 4.16 didn't show in the World Outliner. ...
Add this code to a function you call from a blue utility widget or any other way to start the import with this code.TArray<UAssetImportTask*> ImportTasks; for (int32 i = 0; i < cFC.Files.Num(); i++) ...
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 Local Variable to a blueprint Construction Script will cause a crash ...
Editor is crashing when removing and Additive layer Track in persona. Editor also crashes if the curve is disabled rather than deleted. This is a regression from 4.13 ...
Editor crashes if a data table containing an attenuation struct is opened in the data table editor. Frequency: 4/4 Crashreporter: [Link Removed] Regression? (No), issue (does) occur on 4.10.4 ...
Trying to duplicate a level in the editor that has a large _BuiltData file results in a crash. In the case of the supplied test level, it is over 3 GB. Crash repros in 4.19.2 and Main (CL 4115885). ...