If the user creates a structure, names it "Actor", then creates a data table based on the struct then the data table will cause a crash on open(opening the data table). ...
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 ...
Using the Replace References option to replace one asset with another, the window does not close/refresh properly. This causes the window to stay on the screen although it cannot be interacted with ...
This is a common crash that has been affecting users since at least 4.15. This may be the same issue as [Link Removed], which was closed due to inactivity User Descriptionsloading a level Source ...
Instanced Static Mesh components update incorrectly in Standalone and Packaged game. When hit, all of the instanced static mesh components will snap to a singular location instead of each individual ...
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++) ...
1/ Import a file with mootools such as an fbx 2/ while the file is still read, cancel the import Result : may crash few times after (when theoretically the file has finished being read) - not repr ...
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 ...