If using the Legacy renderer (Movie Scene Capture) with DefaultRHI DirectX12, there's new delay and also some frames get weird artifacts. However, the delay and artifacts do not appear when using ...
Soft angular constraints are solving velocity like hard constraints. Instead of swinging back and forth, the affected body just snaps to 45 degrees. Check the steps to reproduce for more details. Th ...
Packaged game crashes when launched with the -dx12 option and PixelStreaming is enabled. Found in 4.22 CL# 5660361 and 4.23 CL# 5704223 ...
The volume does accept the change and if it gets moved the navmesh will rebuild with new area set. The core issue is that setting NavModifierVolume.AreaClass at runtime does not notify navigation sy ...
This is a somewhat common crash affecting users in 4.17. They have not provided any descriptions of their actions when the crash occurred. Source Context 110 /** 111 * Walks up ...
There is an issue where you cannot specify a specific location for a windowed packaged game when using a command line to open the project, the project will move to that position for a brief moment b ...
If static mesh's material slot's cast shadow is changed, UE4 does not show "LIGHTING NEEDS TO BE REBUILT". I solved it with the following fixes. StaticMeshEditorTools.cpp void FMeshSectionSettin ...
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 ...
Running destroy component with construction script placed on level blueprint does not destroy component when it is nativized. It works correctly with PIE and Not Nativize. Also, if the actor that wa ...
There is a bug when performing an undo/redo on pasted or spawned actors in Sequencer. It appears that the transaction system is re-creating an actor on redo, but Sequencer doesn't see that, so it ...