Crash occurs when the user attempts to drive a non-Vehicle pawn (using a Vehicle Wheel Movement component) with the Torque Curve flattened to 0. I was not able to reproduce this crash when I tried ...
When the Cable component is set to specific rotations it will no longer render the cable actor that is attached to a mesh. Image is attached with multiple setups. Workaround to get it to render: ...
A DataAsset with a FText property called "Name" will confuse the content browser, causing it to create a new column each time the folder containing the DataAsset is entered. This appears to be a cor ...
There's a bug in UAssetManager::LoadAssetList where the passed in DelegateToCall is not being called in the bShouldUseSynchronousLoad case. This can cause gameplay logic to fail when that bool is tr ...
It should be noted that this issue does not occur if you were to create a new "test widget" (by dragging it from the widget list) every time instead of copying and pasting an existing widget. The i ...
Since 4.22.2, the Early Z-pass flags are being ignored, resulting in the number of draw calls to increase. Tested in 4.21.2 (CL - 4753647), 4.22.2 (CL - 6574378), 4.23 (CL - 6925347) ...
The input paramter is a type of UEdGraphPin. The PinType.PinCategory can be softobject or softclass, and the reference path is saved in a paramter named DefaultValue of UEdGraphPin.The DefaultValue ...
In a Level Streaming setup, unloading a level that has spawned an AI Character with a Detour AI Controller causes a crash. This was reported and tested in 4.23 (CL-8386587). This was reproduced in ...
When setting bUseChecksInShipping to true in the PRojec's Target.cs file, the project will package successfully for Shipping but trigger an assert when it is launched. The error is also present when ...
Hidden shadows aren't rendered when ray tracing is enabled. Found in 4.25 Preview 2 CL#12055273 Reproduced in 4.23.1 CL#9631420, 4.24.3 CL#11590370, 4.26 Main CL#12123513 ...