Sending a string or text of 1024 or more characters disconnects Client and Server. 1023 works without disconnection. Possibly a buffer overflow problem? Is this expected behavior? Reproduced in 4. ...
Media asset fails to play in packaged game. There was a bug entered [Link Removed] which is similar, but dealt with standalone play mode as well. The standalone issue seems to have been fixed since ...
Having multiple viewports open causes the wrong viewport to be rendered inside the headset. Positional/Rotational tracking is still updating correctly in the preview window. Closing the wrong view ...
When you go to rename a struct variable, there are no warnings that indicate that you cannot use special characters, but they are immediately deleted if you try to use them in the variable name. F ...
Lines are not drawn correctly when calling the Draw Lines node in blueprints when playing in Standalone mode. Regression? Yes, I ran the same test in 4.9.2 and 4.10.4, and the issue did not occur i ...
The Vertex (Sprite) Color is rendering a higher value than the color picker has set. In 4.7.6 this is consistent for Materials as well, but in 4.8 and 4.9 only the Paper2D elements are rendering at ...
Building 4.10 from the GitHub release branch on Linux fails to open after install and instead crashes User Suggested Fix: Switching triangle order optimization off with r.TriangleOrderOptimization= ...
If a block comment is used above the UCLASS Macro, leading spaces before the start of the comment causes UHT to fail and the solution to fail compile with a "Missing 'UCLASS' in Class declaration" e ...
When you double-click on a camera in the world outliner to snap to its location, it instead moves the camera from its original position. Found in 4.9.1 binary. Could not reproduce in 4.8.3, this i ...
Getting an object from an array at a certain index and then using the Remove Item node causes the entire array to be wiped. Found in 4.10 Preview 4. Reproduced in 4.9.2 binary and Main CL 2752291. ...