App on Gear VR crashes when trying to join a listen server as a client

UE - Platform - XR - Dec 10, 2015

If the user tries to join a listen server with an app that is running on the Gear VR the App will stop working. ...

Crash upon clearing Sequence Record settings in C++ with the window open

UE - Anim - Sequencer - Feb 10, 2017

Resetting the Sequence Record settings in C++ while the Sequence Recorder Window is open causes the editor to crash Regression?: No This also occurs in 4.13 ...

Editor crashing with density scaling is enabled on foliage being placed on a terrain.

UE - World Creation - Worldbuilding Tools - Foliage - Jan 3, 2022

Created a new level and added a terrain. Added grass foliage and enabled density scaling located in the grass foliage settings mode. After placing foliage on terrain, the editor crashes. This is ...

[CrashReport] UE4Editor_UnrealEd!UEditorBrushBuilder::EndBrush() [editorbrushbuilder.cpp:53]

Tools - Aug 10, 2018

No user comments in crash group 48 bool UEditorBrushBuilder::EndBrush( UWorld* InWorld, ABrush* InBrush ) 49 { 50 //!!validate 51 check( InWorld != nullptr ); ...

Assert in EditorEngine.cpp after HotReload

UE - Foundation - Core - Jan 27, 2017

This occurred when I tried to repro an ensure and crash the resulted in [Link Removed]. In the crash group on the Crashreport website I noticed that KimK had the same callstack as this one. She wrot ...

Using CTRL+W to duplicate multiple components of an actor at once trips an assert

UE - Gameplay - Blueprint - Apr 24, 2019

Attempting to duplicate multiple child components results in an assert being thrown.  ...

Crash in NaniteStreamManager when Nanite data fails to decode corrupt data from DDC

UE - Graphics Features - Nanite - Sep 11, 2024

If Nanite data becomes corrupt in the DDC, the Editor may crash in FStreamingManager::InstallReadyPages() when the Pending.State is FPendingPage::EState::DDC_Ready but the resulting SrcPtr is null b ...

Editor crash when calling SGridPanel::SetRowFill

Tools - Aug 22, 2017

Calling SGridPanel::SetRowFill on an actor's BeginPlay causes the editor to crash with the callstack provided The reporter mentioned SetRowFill uses if() statement where SetColumnFill uses while() ...