View Frustum and Occlusion culling do not appear to work for Planar Reflections though the stats in PIE seems to indicate otherwise. I've attached two gifs showing View Frustum and Occlusion chec ...
Planar Reflections only work with a single surface or limited surfaces when it's a single mesh vs multiple meshes making up the piece. Attached is a sample project that will show the issue. Level ...
If ten or more of the same actor in a level have the "replicate movement" checkbox set to true, the editor will crash on PIE if the number of players is set to 2 (or with 1/2/3 players if dedicated ...
FNativeClassHeaderGenerator::ExportEnum produces this behavior. If an enum has “MAX” somewhere in the array, it removes last element. I tested my code to fix the issue.// code placeholder bool UE ...
When adding multiple meshes to a Niagara Mesh Renderer Module, a check() will be triggered due to a mismatch in the number of Widgets and the number of Tooltip Widgets. ...
When a large quantity (about 50 in this case) are imported simultaneously, and the Import Uniform Scale is changed to any other number besides 1, random meshes differ in size. This happens regardles ...
Cannot resize comment box when a new comment is created on top. The resizing affects the bottom right corner. This issue is dependent on how the comment is added if comment 1 is highlighted and a ne ...
When enabling BC7 compression format for a texture in a project that has SM4 disabled will result in the last two Mip Levels being gray. This happens on any texture size. The number o mip levels may ...
This is a common and longstanding crash that has occurred since at least the 4.15 release and has affected more than 200 users. User Descriptionsafter opening a projectwas just trying to start a pr ...
There are 3 issuesEach particles don't restore its previous position. Which is for calculating velocity by verlet iteration.The previous transform is cleared by current transform. It provides zero v ...