Nanite Skinned Meshes don't receive the correct Local Position in some shadow passes. This depends on the clipmap level, and is not related to VSM caching. Unreal Engine 5.6 shows the same issue, b ...
In 5.8, after entering PIE, the editor will start doing two SceneRenders per frame. This dramatically drops performance. Presumably this second render is for the inactive / unfocused editor viewport ...
SaveGeneratedTexture2DAsset can crash for a variety of reasons when overwriting an existing texture asset. When no existing asset exists, the function simply moves the provided transient Texture ass ...
Translucent deferred decal materials look different when setting their specular material attribute directly on the material node versus setting it via a constant node ...
This is a regression since 5.5 with skeletal meshes where morph target normal/tangent deformation only works when a mesh is imported as a LOD of an existing skeletal mesh, but not when imported as L ...
Note that this bug potentially also affects a wide variety of material / geometry setups; however, a translucent wireframe setup is currently the main reproduction case. The issue may also be notice ...
When generating a Control Rig from a Skeletal Mesh that contains “skel” in its name—or uses it as a prefix (i.e. skel_test)—Unreal Engine crashes. The crash occurs both when using the native Creat ...
Trying to automate the process of baking transforms via python and the identical code above works in 5.6 but not in 5.7. There are no error messages in the output log. When running in 5.7, it does ...
A crash may occur when changing the MaterialQualitylevel via Scalability due to a race condition. The issue occurs because in ScalabilityCVarsSinkCallback(), when it creates the FGlobalComponentRec ...