When creating a landscape with a waterbody lake. The engine will crash when in split screen when the player enters the water. This is not regression, it is occurring in 4.26. ...
UParticleSystemComponent::SetComponentTickEnabled can fail to disable ticking due to IsTickedManaged not checking if the particles system is pending registration. The crash was in part because of c ...
If the user creates a new sequencer for the level that includes the player character and a shot track the editor will crash if a new camera is set as the camera for the shot track. ...
This is a regression. Tested in //UE5/Release-5.1 CL23901901 The editor crashes after playing in editor when the level contains a niagara system with a scratch pad outputing audio spectrum. ...
If NewObject is used to create an instanced static mesh component at runtime, populating the component with AddInstance causes the editor to crash. Regression: Yes - repro steps provided did not cr ...
Issue reported by user that they are experiencing consistent crashes in UE4Editor have building lighting. ...
This Jira was created from the linked EPS case: =============================================== This issue is caused by FSharedStruct batching reachability requests to the same underlying FInstan ...
issuesFBSPOps::csgAddOperation returns null if BuilderBrush has no valid polys.The creating level on content browser never calls "UEditorEngine::InitBuilderBrush(NewWorld);". But "New level" button o ...
The editor is crashing when clicking the Maximize button on a standalone window when a startup movie is playing. ...
The crash can be worked around by modifying FFoliageISMActor::Serialize as following code : void FFoliageISMActor::Serialize(FArchive& Ar) { #if WITH_EDITORONLY_DATA if (!Ar.IsCooking()) // ...