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 ...
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 ...
Regression: Tested in UE5/Release-5.0 at CL 20979098, this issue does occur so it is not a regression. This issue occurs if the scale set for the landscape has a decimal value that is not 0.5. Sett ...
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 ...
From UDN report [Link Removed] ...
If you delete all the LandscapeStreamingProxies under the landscape object the parent landscape object can be deleted. Not a regression checked in Version: 5.1.0-23058290+++UE5+Release-5.1 ...
It seems to be due to the addition of the bIsWaterPixel decision in Engine\Shaders\Private\VolumetricRenderTarget.usf. ForwardRendering cannot access GBufferB. ...
Clearing the DynamicMaterial reference will save it, but several licensees have inquired about it, so it would be kind if it were corrected. ...