The Global Distance Field can constantly update, even when the camera is stationary, in large World Partition maps. This bug requires a large amount of the World Partition map to be loaded to reprod ...
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 ...
In Unreal Engine, materials can expose parameters that can then be modified via instances (MaterialInstanceConstant). The UMaterialEditingLibrary provides several functions to modify these parameter ...
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 ...
A groom cache will not cast a raytraced shadow with only 1 spatial sample. It does not matter how many temporal samples you have. ...
A licensee has noted that the synth benchmark has been giving inconsistent results when they try to find optimal scalability settings for their application. The root cause of this is unclear, but lo ...
Notifies that are placed on animations referenced by montages aren't triggered when using the UAnimSingleNodeInstance to play back the montage. This is because - unlike on UAnimComposite - there is ...
Text widget with Outline uses 2 LayerId levels to draw the outline and the text glyphs. This can be seen in function FSlateElementBatcher::AddShapedTextElement(), where lambda BuildFontGeometry() is ...
The evaluate chooser node generates input pin names based on the parameter class / struct names. When that class or struct's name is changed, the pin doesn't update to account for that and so we si ...