Context Instanced structs are great for holding simple data with the main advantage they have is a low memory overhead unlike instanced objects. Problem The problem is in StructUtils plugin's `FIns ...
LandscapeSplineActors and LandscapeSplineMeshesActors are not behaving as expected in 5.4 or 5.5. Testing in 5.4 the issue mostly seems to stem from issues with the Target Landscape -> Landscape Ac ...
TSR (and TAA) history accumulation gets reset when taking viewport screenshots or when clicking on an empty area in the outliner (when a tree item is selected). This can cause an undesirable issue w ...
Hi, I also ran into an issue when exporting a skeletal mesh that has multiple sections that all share the same material slot. It looks like the index buffer that's constructed is incorrect. In GLTF ...
The PlayerCameraManager->OnBlendComplete() delegate is not getting called when running a game in a standalone network mode without any networking. ...
Since Unreal Engine 5.5 stationary lights have stopped working with GPU Lightmass when using Cascaded Shadow Maps. With Virtual Shadow Maps enabled on the project, GPU Lightmass works. This issue d ...
When using Capture Manager in Live Link Hub to discover takes which contain video encoded with the YUV444 pixel format will cause the application to hang. The Windows Media Foundation library used ...
When a groom is present, setting any SamplesPerRay SMRT CVar to zero results in an unexpected complete shadow projected from the light. ProjectLight() in VirtualShadowMapProjection.usf has addition ...
When (unintentionally) trying to set one texture as the composite texture of another, which itself is the composite texture of the first, a stack overflow occurs leading to a crash: in UTexture::Pos ...
A licensee has reported that generating a full memreport of a packaged project which uses a texture collection leads to a crash. ...