When creating a pose asset based on an animation and curves with a low number of keyframes if you switch between the pose assets poses, the curves will not be correctly timed with the animation beca ...
Texture format override to BGRA8 due to changes in CL-30603716. The following code can restore the previous behavior. void FShadowMapPendingTexture::StartEncoding(ULevel* LightingScenario, ITexture ...
"Distance Field Resolution Scale" in Build Settings is set to 0 by importing assets via "Import into a level". That causes not to genarate any distance field meshes of all assets imported via "Imp ...
This behavior is a regression in 4.12. Essentially we switched to attaching child components as part of the OnRegister() logic. This caused all root-level SCS components (including non-scene compone ...
The engine crashes when trying to reimport a skeletal mesh that has no clothing data. This seems related to https://jira.it.epicgames.net/browse/UE-86948. Found in 4.24.1 CL#10757647 Reproduced in ...
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 ...
Calling Get Material Index node with an invalid slot name will produce a return value of -1. Passing this value to a Get Material node causes the editor to crash. ...
AI MoveTo Blueprint node will zero velocity, causing a stop when a new destination is set if the Pawn is currently moving. Regression: Yes Worked: 4.12.5 (CL 3039270) Broken: 4.13.1 (CL 3142249) F ...
Do not show the last index in the preview mesh display of the CameraRig_Rail actor. The reproduction test case generates a ring of rails, but only the last index is not displayed. Recommended Cod ...