Reverting to the fix in [Link Removed] (CL#17788567) will avoid the crash. ...
If you import by drag & drop without Import Into Level, the material will be maintained even if you change it. This is because FFbxImporter::ReimportStaticMesh() sets ImportOptions->bImportMaterial ...
Further Comments: Customer is using the deprecated ray traced mode. ...
If exiting the editor before the EditorUtilityTask completes, it crashes. It will not crash if canceling the UtilityTask and then exit the editor. The following implementation does not allow destruc ...
USplineMeshComponent::CalcBounds function should be returning an FBoxSphereBounds type, but in the implementation it instead outputs an FBox. This may result in the returning of invalid results, esp ...
When a game is compiled with ray tracing disabled (D3D12_RHI_RAYTRACING=0) and the GPU the game is running on becomes low on VRAM, frame time is negatively impacted and doesn't recover. The D3D12_RH ...
Crash when clicking on a "Two Bone IK" node in an Animation Blueprint Crash Reporter currently down, see callstack section. Log and dmp are attached ...
Character asset will crash the editor immediately when opened or right clicked. Crash Report: 431837 ...
While on a Linux OS, the editor immediately crashes if the Hydro Erosion tool is used on a landscape. ...
This project crashes when one Blueprint is compiled if its child Blueprint is opened in another tab. This only occurs with one Parent/Child combination: the crash occurs when compiling Building whil ...