When unloading a tile of a World Composition map in UE5, a crash occurs when trying to deference a null pointer (World->PersistentLevel->bIsVisible) in FWorldTileModel::FWorldTileModel():// Assign l ...
The editor is crashing in the attached project on PIE when World Origin Rebasing is enabled. According to the user, this did not occur in 4.13, but I was unable to test any further back than 4.15, a ...
Set Game Paused returns incorrect value when the game is already paused. According to the tooltip on the Return Value (reads: Whether the game was successfully set paused/unpaused) it is expected t ...
Crumbling Geometry collection do not render for one frame when child clusters crumble. In the repro project a 4 particle GC is told to crumble. The single GeometryCollectionActor is then split into ...
Crash occurs when trying to edit a MetaSound Source asset while a MetaSound Source is referenced utilizing FObjectFinder in C++ Repro Rate: 3/3Fatal error: [File:D:\build\++UE5\Sync\Engine\Source\R ...
Recording attachment will can add multiple sections to an attach track in Take Recorder. ...
Assertion fails when a struct is opened with a class reference stored and with the struct as a variable in the class that's referenced. A restart is required in order to see this occur. Repro Rate: ...
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. ...
Curves compressed from additive animations will not interpolate correctly if they have two keys in a row with the same value. The second key will be ignored, leading to the curve interpolating earli ...
When using "Set Playback Position" after "Pause", actor transforms are broken. Sending them off to an unexpected position. Adding a delay seems to resolve the issue, but seems like it should still ...