When creating a static mesh from a Procedural Mesh Component that has been used by a Create Mesh Section node, the editor crashes. The editor doesn't crash when selecting the Create Static Mesh butt ...
The variable emitting this ensure (RelativeWorldToDecalMatrix) is not actually used, so this line can be removed. FDeferredDecalPS::SetParameters ... const FLargeWorldRenderPosition AbsoluteOri ...
Landscape seams appear between world composition browser imported heightmap tiles. Workaround: Run over seam with smoothing tool set to strength 0.0 ...
Blueprint functions aren't showing up in the Profiler Tool. Found in 4.23.0 CL#8386587 Reproduced in 4.24.0 Main CL#8781358 ...
The Get Mouse Position on Viewport node does not appear to give the correct position of the mouse in the viewport. The further the mouse is moved away from 0, 0, the greater the discrepancy appears ...
The user also describes not being able to tell the difference between a force feedback value of 0.3 and 1,0 on iPhones Note: This is likely an issue somewhere in FIOSInputInterface::SetForceFeedb ...
If user use "FX.AllowGPUParticles 0" during play, a crash will occur after the play ends ...
In ShooterCharacter.cpp (line 376) there is a call to FMath::Min(0.1f, DeathAnimDurtation) that always returns 0.1. User suggests changing FMath::Min() to FMath::Max(). ...