When using the StringToBytes() function it returns one less byte due to the -1 at the end of the return. The function takes a string and converts it to bytes but it always returns one less byte than ...
The editor appears to freeze when PIE is set to run with 3 or more players and an Oculus is hooked up to the machine. As a note this issue occurs the second time that PIE is used. ...
A licensee upgraded their project to 4.18 and started to receive a compiler error when trying to build a project. This was tested in both their upgraded project and a fresh 4.18 project and the resu ...
The Pick New sprite option becomes unavailable if you change the view options to either tile or column when working with the keyframes of a 2D animation. This issue affects the project indefinitely ...
-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 ...
The FSceneView::Deproject function calls FMatrix::TransformVector4 and passes an FPlane value. TransformVector4 takes in an FVector4 parameter, so the value being passed is implicitly converted to F ...
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 ...
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 ...
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 ...
This is caused by client move combining warping the player back and replaying the move. Workaround is to set "p.NetEnableMoveCombining 0" but that is bad for network bandwidth. We should probably ...