Point lights don't cast volumetric shadows from meshes with materials with tessellation, even if tessellation multiplier is 0. Found in 4.19 CL# 4033788, 4.20 CL# 4302132, 4.21 CL# 4347190 ...
Directional light is not casting shadows past a certain point in large worlds on all actors/grass. In 4.19 CL# 4033788 shadows show up but not until the camera is very close to the object. 4.19 Pro ...
The CMake project generated by UnrealBuildTool does not specify the (correct) directory for files generated for game classes. This happens when generating the CMake files from within the editor usin ...
When using checked PhysX builds, landscapes with holes generate errors when they shouldn't. ...
If user set ChunkID to a high value, the construction process of the database managed by AssetMAnager becomes very long. The cause is the following code in UChunkDependencyInfo :: BuildChunkDepende ...
Code gen templates need to be updated according to changes made to the OnGenerateAudio API. ...
RotateAroundAxis Inside the RotateVector expects a normalized vector as rotation axis input, and that vector is not normalized. Once normalized it seems to work normally. Unable to test in 4.19 due ...
Cannot parse a Custom node as a function input to another Custom node in material editor. This is working as expected in 4.18 CL# 3832480. Found in 4.19 CL# 4033788, 4.20 CL# 4302132, and 4.21 CL# ...
A licensee has reported that when creating an Ability Task through a C++ class, the Out parameters for the task do not parse properly. Regression?: No This occurred in 4.19 as well ...