A crash inside Unreal Engine Editor version 5.4.4 occurs when reproducing a Level Sequence while in PIE. This issue is a regression. It only crashes in version 5.4.4. It was working correctly in ver ...
When attaching a Procedural Mesh Component with a copied static mesh to a static mesh component the two meshes collide and "push" each other (go flying on play). Weld is to be used for simulated ph ...
The merge actor tool no longer saves additional UVs used for the merged mesh. This was not the case in 4.13, but in 4.14 and later this information is no longer present. Also worth noting is that i ...
Setting the Runtime Generation on the Recast Nav Mesh to a different preset than what is set in the Project Settings causes an error to appear upon trying to package the project, and causes the pack ...
The linked project crashes on open after attempting to implement an interface and a duplicate of that same interface with different function names. This has not been reproduced in a clean project, h ...
If you manually type in the value for Capsule Half Height, it will sometimes revert back to it's previous value upon hitting Enter. The CapsuleComponent's shape in the Blueprint's Viewport adjust to ...
Crash when using Set Collision Response on a Destructible component. The repro is using the Construction Script but this also happens using Event Begin Play in the Event Graph on play. It crashing ...
Enabling the "Force all skinned meshes to recompute tangents" sets the value at a Windows user level so that it affects all UE4 projects opened by that user, including unrelated packaged projects. T ...
Error message: Access violation - code c0000005 (first/second chance not available) Source Context: 224 225 hr = Graph->AddFilter(CaptureFilter, L"Capture"); 226 if ...
From User: "Normally UE4 has an "Eject" button which is great for live-debugging your app, because you can see everything that's happening in your world, and see the World Outliner in realtime whil ...