When morph target weight value is set to a number other than 1 the slider sets it back to being a value under 1. It does not go down from the number that it was set to but instead defaults to being ...
There is an issue where the undo does not affect movement made by piloting an object in a level. This issue does not appear to be a regression. Versions Tested: This issue occurs in all versions te ...
I tested this on a Mac Pro in UE 4.15, 4.16, 4.17, and 4.18. As a possible workaround for the fog issue, I've discovered that setting Atmospheric Fog > Lighting > Disable Ground Scatter to "True" wi ...
-When a clothing asset is applied to the mesh, the vertex color(s) change to solid black -Can be removed by right click Remove Clothing Data -Crashes in Main-4.20 -Can't be tested in 4.17.2 due t ...
If the actor with a replicated root component spawns and is immediately attached, when it replicates to the client the transform will be incorrect. Adding a small delay between the spawn and attach ...
In 4.18 and 4.19, it is no longer possible to build the ShaderCacheTool. REGRESSION: Yes. The ShaderCacheTool builds successfully in 4.17.2. It looks like the missing MergeShaderCacheFiles property ...
External textures currently only support pixel shaders, presumably because some platforms, such as Android only have pixel shader support. On other platforms this causes a regression though: For exa ...
The current lifetime management of regex patterns means that we can attempt to destroy them after ICU has been shutdown. We should change these to follow the same pattern as break-iterators, and exp ...
Export fbx currently exports specific properties that match onto existing maya attributes. Some properties don't match directly but they should still be exported as "custom attributes". ...
Currently, properties added to a native class in a derived blueprint class are not being recognized by the Bind menu on UserWidgets. The only way to make additional properties appear in this list is ...