This bug has different behavior depending on the engine version. When tested in 4.19 Preview 4, the 1M_Cube meshes do not render in the standalone/built game. In 4.20, the meshes render but some m ...
This is similar to [Link Removed], only in this case, the "Array Get" node is implemented as a UK2Node_GetArrayItem and not a UK2Node_CallArrayFunction. The fix for [Link Removed] currently applies ...
There was an issue in 4.16 (fixed in CL# 3437205) in which blueprint output pins would hold on to object references until the blueprint was destroyed. It appears that an additional fix may need to b ...
It has a common chunking visual artifacts that lot's of triangular Translucent overlap once Ribbon's width is big and twisted heavily facing to Camera [Image Removed] It can be fixed by adding mor ...
This is a regression that was introduced by the fix for [Link Removed]. The fix makes an invalid assumption that instances of components whose archetypes are inherited by a non-nativized child Blue ...
Project launch options flicker between available and unauthorized/locked Unsure what causes this, but I have hit the issue twice. Another person has also seen this on their machine. I was able to ...
The ShooterGame client on Linux stops responding when the Windows host presses the Push to Talk hotkey and speaks into the mic to activate VOIP. [2016.09.16-19.09.24:159][575]LogCore:Error: Hang de ...
Disabling any plugin causes packaging failure. No repro in 4.19 Also occurring when Disabling all platforms except for windows and changing configuration from development to shipping. ...
RecastNavMesh is not generated at the sub level dynamically added in C ++ in 4.20. In 4.18, 4.19 it was generated normally. Probably, changes to the large number about NavMesh systems from 4.19 to ...
Licensee reported that alpha blending is done twice in the code below, and the fix below seems to fix it. .\Engine\Source\Runtime\UMG\Private\Slate\SRetainerWidget.cpp From:const FLinearColor Compu ...