This is not a regression. Tested in //UE5/Release-5.1 CL20979098 Previewing a node overrides the output of PostProceessInput0 in a Post Process Domain Material after previewing stops. ...
The internal curve editor closes its popout window automatically on any modification, which makes it difficult to use to edit the curve. See also the attached video demonstrating the bug ...
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 ...
Ray traced shadows are missing when the gbuffer is forced to 16-bit. ...
Media Plate isn't a feature of 5.0.3 so this is not a regression. Media Plate with multiple Elements changes Element 0 to the default material if 'Use Media Plate Default' is selected for any other ...
The display implementation is in the level blueprint. [Image Removed] ...
Here is a work around bool FTriangleMeshSweepVisitor::VisitSweep(const TSpatialVisitorData<int32>& VisitData, FRealSingle& CurDataLength) { ... if (CullsBackFaceSweepsCode != 0) { if ...
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 ...
It seems to be due to the addition of the bIsWaterPixel decision in Engine\Shaders\Private\VolumetricRenderTarget.usf. ForwardRendering cannot access GBufferB. ...