When the viewport is in Top (ortho) Lit mode the near plane clips through geometry as you zoom the view in and out. ...
A UDN user reported an edge case in RDG that triggers an assert. ...
When an undone operation is done for a UObject property that has a UEdGraph*, the modified UEdGraph nodes are lost. This UObject needs to be created/spawned in an Editor Environment by another Obje ...
Reported from UDN With RT Translucency and Reflections enabled, Thin Translucent rendering is incorrect on PS5 in UE 5.3 ...
Dragging a BP actor containing a child actor component of an actor class with a static mesh as its root component into the scene viewport will cause artifacts and hit SceneData.AttachmentCounter.Get ...
The adding of terrain tiles eventually results in a reallocation of the landscape and something becomes de-synchronized between the water system and the landscape system resulting in the deformation ...
Following code works as a work around : void SFbxSceneStaticMeshReimportListView::OnChangedOverrideOptions(TSharedPtr<FString> ItemSelected, ESelectInfo::Type SelectInfo) { #if 0 check(ItemSele ...
When DitheredLODTransition is enabled for HierarchicalInstancedStaticMesh, in the previous version (5.1.1), dithering was applied during fade-in/fade-out, but in 5.4.3, dithering is not applied duri ...
The function "FStaticMeshLODResources::GetResourceSizeEx(...)" does not take into account that the buffers might be emptied, due to Mesh Streaming. This causes "obj list" to report sizes larger than ...