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. ...
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()) // ...
Current state Triggering Gravity on element from Sketchfab object's tree, may result in crash. For 100% reproduction rate, download 'Rank 3 Police Unit' object and apply Gravity to its element 'Rank ...
From licensee: A simple example is setup in the project, the relevant part is just this code: UCLASS(meta = (BlueprintSpawnableComponent)) class TESTBUGEDITORONLYEDITOR_API UEditorOnlyComponent : ...
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 ...