A material with 'enable stencil test' will crash on mobile. Enable Stencil Test is a new option in materials as of 4.23 Confirmed with OpenGL 3.1 + 2 and Vulkan on Pixel XL Also Crashes on iOS ...
Clicking the Override option when attempting to replace a keyboard shortcut with another key that is already bound will not update the settings. Workaround: Unbinding the key before rebinding it to ...
Opening the WeapGun or WeapLauncher blueprints will show that Mesh3P has a relative rotation of -90, however both meshes are shown overlapping each other. When an instance of the blueprint is added ...
Resetting the Power of Two Mode is expected to revert the setting back to the default setting of None both in the viewport and the details panel. Both clicking the default arrow and Ctrl Z does not ...
The current engine version (4.22) seems to suffer a huge performance hit when using the demo recording (demorec) feature. This issue is present in both the editor and the packaged game (developer bu ...
The Heightfield from DFAO when playing in Standalone or a packaged game has darkened shadow artifacts for the level. Workaround: Use r.AOGlobalDistanceField 0 to disable the Global Distance Field. ...
A GameplayAbility that destroys its owning actor inside ActivateAbility() causes a crash, because actor destruction will modify the ability list but ActivateAbility() is called within an ABILITYLIST ...
A Wheeled Vehicle's wheels do not have collision when packaged into an HTML5 game. Regression?: Yes This issue did not occur in 4.13.2 Note: This is currently blocked from testing in Main as the P ...
After enabling "Support Deferred Rendering with Metal" and then launching to an IOS device (in this case iphone 6+) the game will no longer open and run. REGRESSION? Yes Worked in Binary 4.13.2 C ...
A change was made to AActor.GetComponents which appends the results instead of resetting the output array. This seems to only impact 2 places in the code, and has a big side effect in the texture st ...