Static meshes viewed in the static mesh editor in orthographic side view are becoming white after a couple of seconds when quality preset is maximum.

UE - Graphics Features - Jun 18, 2025

Context: Orthographic views are used to have a 2D view of a 3D object providing precise control over object placement and alignment. This can be used for projects like isometric games and architectu ...

Significant hitch occurs when invoking ApplySettings on a UGameUserSettings object

UE - Graphics Features - Jun 18, 2025

Calling the ApplySettings method on a UGameUserSettings object results in a noticeable hitch, with severity proportional to the number of primitive components present in the scene. This hitch stems ...

TSR does not converge while using the color grading widget

UE - Editor - Applied Usability - Jun 17, 2025

TSR (and TAA) does not converge when interacting with the color grading widget, but while keeping the mouse still. This makes it real-time previews more difficult. The expected behavior would be tha ...

PCG: Unable to use Attribute property overrides to target nested struct properties, such as BodyInstance.CollisionProfileName due to how it's validated in PCGMeshSelectorByAttribute.cpp

UE - World Creation - Procedural Tools - PCG Graph - Jun 17, 2025

Context: Static Mesh Spawner is used to spawn one static mesh per point in the provided point data. PCGMeshSelectorByAttribute is used to select an entry based on an attribute present on the mesh. ...

[AI] Area Class to Replace does not work on SplineNavModifierComponent

UE - AI - Navigation - Jun 16, 2025

The SplineNavModifierComponent does not have the same behavior as regular nav modifier components where the modifier can specify that it only replaces a given NavArea class. Setting the area class t ...

Water is missing or appears in wrong places due to incorrectly rendered WaterInfoTexture.

UE - Graphics Tools - Terrain - Water - Jun 16, 2025

Water is missing, appears in strange blocks, or appears in wrong places due to incorrectly rendered WaterInfoTexture. The WaterInfoTexture is part of the WaterZone actor. ...

Water tiles flicker in and out of visibility with instanced stereo enabled.

UE - Graphics Features - Jun 16, 2025

Water tiles flicker in and out of visibility when playing in VR with instanced stereo enabled. Requires instanced stereo rendering to be enabled (does not require forward shading to be enabled) Must ...

Initialize_AnyThread and CacheBones_AnyThread can be called multiple times on Saved Pose nodes in linked anim graphs

UE - Anim - Runtime - Jun 13, 2025

Initialize_AnyThread and CacheBones_AnyThread can be called repeatedly on sub-graphs below Saved Pose nodes when they are part of a linked anim graph and the main anim graph has yet to be initialize ...

Arrays in UMaterialEditorInstanceConstant are not updated

UE - Rendering Architecture - Materials - Jun 13, 2025

Any UPROPERTY TArray added to UMaterialEditorInstanceConstant will not cause UI updates when elements are added or removed. This is caused by the custom validator created in FMaterialInstanceEditor ...

Nanite UV switch seams

UE - Graphics Features - Jun 13, 2025

Analytical Derivatives are not calculated properly when using UMaterialExpressionSwitch. Disjoint UVs in screen space result in large jumps in the derivatives, which can cause artifacts as the wrong ...