This appears to be caused by the colour format. It only occurs when the scene format has an alpha channel. FloatRGB (format 3) doesn’t exhibit these issues. Unfortunately, format 4 is the default fo ...
Connecting a Client to a Server in PIE with Auto Connect to Server disabled will crash the editor. EDIT: simple test project attached. Make sure Auto Connect to Server is disabled, and PIE with 2 p ...
With the geometry data getting bigger and bigger we hit more often the int32 limits of the default TArray. All geometry data is store in array so we cannot have more then 2GB of vertexinstances or t ...
UDN case link with this ticket [Link Removed] ...
Logs aren't being saved on Android devices, even when the source files are updated to reflect output logs. However, they were working in 4.12. iOS logs are showing up in shipping. ...
Example 1.5 on Cloth Map seems very stiff in 4.16 compared to 4.15. Regression: Yes Works in 4.15 ...
If you create a project in 4.17 and follow the Repro steps, you will be able to adjust the colors of individual lens flares. If you copy the 4.17 project into 4.18, 4.19, 4.20 Preview, or 4.21 the f ...
A user has reported that DeploymentServerLauncher.exe will continue to poll for devices even if no iOS devices are connected. I am under the impression that this is so that Windows can poll for iOS ...
Parent blueprints do not recognize child class actors as the same type as the initial parent blueprint. This makes it difficult to create a master blueprint for spawning/ai control/etc. ...