When OpenGL ES 3.1 is enabled in Android Build settings, device prompts user to choose to "Allow ARInvertColor to take pictures and record video". If allowed, colors are inverted by the camera. If ...
For reference, it was fine in 4.24 In particular, jittering is severe when the camera is moving. GaussianHalfRes has been removed in CL 14036168, which is likely to cause degradation issues if int ...
A player with UMG widget created on BeginPlay works fine when hitting play with only 1 player, but if you set the number of player > 1 it will crash. User believes this is somewhere related with t ...
The videos + screenshots in the zip file show the issue on the modified gun sight. The licensee has provided a suggested fix here -[Link Removed] ...
Several Users are experiencing crashes on importing a 4.6.1 project into 4.7.0 (Release) Here are the crash reporter links: [Link Removed] [Link Removed] [Link Removed] [Link Removed] [Link Removed ...
Reproduced Crash on 4.18.3, 4.19.2, and Main CL 4081612. Licensee states: Based on a quick inspection of the code, it seems FVectorFieldVisualizationVertexFactory::ShouldCache() returns false (req ...
UPD: According to Affects Version field, issue reproduces in 4.26, Regression for 4.27 - No. ...
I have attached a reproduction project with the above settings.[Link Removed] It crashes when packaged, launched and moved in-game. This issue seems to occur when there is an object in the Unbuilt ...
Up to UE 5.0, when the "Object Position" node is used in the Material Editor as part of a material with Light Function domain, attempting to compile the material results in the following error: "[SM ...
CalculateLodCount tries to bound the output LOD count as at least one (count >= 1), but actually bounds it as no more than 1 (count <= 1). Just need to change a FMath::Min to FMath::Max. ...