Make literal container nodes (e.g. MakeArray) do not cast object ref output terms linked to interface-typed input pins.

UE - Gameplay - Blueprint - Jan 28, 2023

As with most nodes, object reference outputs can be directly connected to interface-typed inputs on "make container" nodes (e.g. "MakeArray") if the object's class type implements the interface clas ...

Niagara particles bounce instead of resting on AMD GPU in SM6

UE - Graphics Features - Jan 27, 2023

Additional Info URL [Link Removed]…]2F00O4z000006EGZXEA4%2Fview%3FqueryScope%3DuserFolders Link to repro - [Link Removed] Old UDN question that may be relevant, similar visual bug - [Link Removed] ...

HDRI Backdrop and Lumen compatibility issues

UE - Graphics Features - Lumen - Jan 24, 2023

Make UInstancedStaticMeshComponent::UpdateInstanceBodyTransform protected

UE - Rendering Architecture - Jan 23, 2023

From the UDN ticket here: [Link Removed] We are developing a plug in which contains classes built from UInstancedStaticMeshComponent, overriding its virtual functions to update our mesh instances o ...

Build geometry removes spline component visibility

UE - Gameplay - Components - Jan 23, 2023

A spline component will become invisible after building geometry with the spline actor in the level. This issue is occurring in //UE5/Release-5.1 @ Binary CL 23058290 This issue is NOT occurring ...

RT shadows break with a 16-bit GBuffer

UE - Graphics Features - Jan 23, 2023

Ray traced shadows are missing when the gbuffer is forced to 16-bit. ...

Near Clip Plane project setting has no effect

UE - Rendering Architecture - Jan 18, 2023

Characters can not pass through back faces of triangle meshes

UE - Simulation - Physics - Query - Jan 17, 2023

Here is a work around bool FTriangleMeshSweepVisitor::VisitSweep(const TSpatialVisitorData<int32>& VisitData, FRealSingle& CurDataLength) { ... if (CullsBackFaceSweepsCode != 0) { if ...

Nanite meshes don't render to RVT

UE - Graphics Features - Nanite - Jan 16, 2023

Static meshes that use Nanite never write to RVT. We've been recommending a workaround to create a secondary non-nanite mesh component that only writes to RVT, but that is a big overhead for product ...

ISM GetInstanceOverlappingBox() ignores the scaling & rotation of instances

UE - World Creation - Worldbuilding Tools - Jan 13, 2023

This functions only uses the instance location and does not rely on it's rotation and scale. It should ideally get the bounds of the mesh, and test intersection using an oriented bounding box built ...