In the test case, the NavLink component has a navigation cost of 1000000000. When the AI navigates to the NavLink the printed cost is only 2677. It is believed that the AreaClass isn't being taken i ...
Point lights don't cast volumetric shadows from meshes with materials with tessellation, even if tessellation multiplier is 0. Found in 4.19 CL# 4033788, 4.20 CL# 4302132, 4.21 CL# 4347190 ...
AR app crashes when starting AR session if session type is set to "Image". Also confirmed in Main CL 4346626 ...
Outputing Image Sequences like {shot}/{shot} _ {frame} .png for example, the xml file doesn't reflect the right path because it's referring to .avi files. We can't find and replace avi files in ...
The Editor will crash when trying to set default values to a structure that includes a transform variable. Found in 4.19 C# 4033788, 4.20 CL# 4302132. 4.21 CL# 4347190 ...
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 ...
If a log message contains UTF-8 characters like "ő" or any Russian one ("л") it won't be printed to cmd or terminal but it will be printed to the log file. This is a regression from 4.19.2 (CL-40337 ...
When a blueprint variable is not set to Instance Editable, its value gets reset at runtime. This seems to occur because the variable OriginalCannonTransform seems to get reset/nullified after being ...
Blueprint Projects can't make APK without compiled .so Error when packaging for Android with any Plugin Disabled. Also seeing Gradle errors if SteamVR plugin is disabled. Setting min version to 14 ...
Using a multicast function does not call the function on both client and server. The functionality in this reproduction project can be found in the BP_MyPC blueprint. Regression?: No This occurs in ...