Oculus Hand Components trigger a crash while playing in editor when Hand Tracking Support is changed to Hands Only. ...
This is a common crash occurring for Mac users on the 4.17 Preview, and a few cases in 4.16. I have been unable to find any matching reports of this crash on Windows. There is a slight variation in ...
This is a regression. Tested in //UE5/Release-5.2 CL26001984 The editor crashes with an assertion after saving a World Partition enabled level with a landscape that contains a PCG Volume. ...
Right clicking in the content browser causes a crash with the Quixel Bridge plugin enabled. This issue is occurring in Binary //UE5/Release-5.2-Preview-2 @ CL 24887336 This issue is not occurring ...
Crash occurs when the user attempts to build HLOD after replacing the static meshes in the level with another set of static meshes. Couldn't reproduce this with just any mesh replacing the meshes. ...
After creating a Scene Component code class and an Actor code class, creating a reference to the SceneComponent in the Actor class constructor will cause a crash on hot reload in the editor. ...
User will hit an ensure first when pasting a copied custom event, and will crash after compiling. ...
When DistasterRecoveryClient (in editor called RecoveryHub) plugin is added to the project and the user creates a Landscape, a crash occurs. ...
When you attempt to play the user project in Standalone, or Packaging for Windows, the new window will crash and not play the game. Issue also occurs on Mobile. The project will not open. ...
The engine crashes when trying to initialize a native UserWidget within another widget. This happens because UUserWidget::GetSlotNames gets called before the widget tree is initialized, and we don't ...