Setting a Skeletal meshes collision preset to CharacterMesh introduces problems with spawning and teleporting a pawn driven with Mover. ...
In Unreal Engine 5.5.4, the Dither Opacity Mask option in a Masked material works correctly on Nanite meshes. However, in version 5.6.0, the dithering effect no longer applies to Nanite meshes. ...
When a light's Specular Scale is set to 0, the specular still affects hair / groom assets. The specular of other assets (like a shiny static mesh in the scene) is properly affected by the change. ...
Hardware Raytracing support can cause a crash on AMD Radeon GPUs when creating the RT pipeline state. ...
Volumetric Light Maps are not generated correctly when baked with GPU Lightmass on AMD GPUs. The issue has been reproduced on RX 9070, RX 9070 XT, and RX 7900 XT. ...
In the case of a single-layer Level Instance, actors are still referenced even when the region is unloaded. However, in the case of nested Level Instances, the level being edited is discarded when t ...
Hi, We are trying to use Mutable plugin to avoid clipping using the RemoveMeshNode with data from DataTables. However we are having trouble with the most basic example of our idea. We have a Data ...
The source of the problem seems to be using IOptionsSnapshot with a Singleton. Per the MS documentation for IOptionsSnapshot, "Is registered as Scoped and therefore can't be injected into a Singleto ...