The scrollbar no longer remains anchored to the bottom of the Output Log while more lines are propagated during the packaging process/ Regression: this does not occur in previous versions of the En ...
Can move individual mesh instances of a regular instanced mesh component in the blueprint editor, but not hierarchical ones. Originally reported as a pull request in [Link Removed], but we rejected ...
When using the new Rebuild Lighting commandlet will cause a crash with any level that builds when it has a landscape in the scene. https://github.com/EpicGames/UnrealEngine/commit/f89256dd0efb7d0b ...
When you move an asset that has been freshly created and not yet saved, it will leave behind information that will get saved by Save All. This saved data isn't visible in the editor but is present i ...
In Sketchup the user made a cube thats 100cm x 100cm x100cm and has Sketchup's measure units set to cm. When imported into DataSmith the cube is 39x39x39. It was calculated that the scaling was off ...
When running in windowed fullscreen mode in a standalone build r.vsync 0 is not respected and the game always runs at a locked 60fps. When the game doesn't have focus, for instance when you press Wi ...
See the UDN for sample project. This is caused by the Editor Python sample not using the UMoviePipelineQueueSubsystem, which (when rendering) blocks the Sequencer from auto-binding to PIE. The fix ...
Regression: Tested in UE5/Release-5.0, this issue does not occur and is a regression. This issue occurs when packaging for Android ASTC, ETC2, and DXT. Packaging with Support Vulkan enabled results ...
We've had a couple of reports of the recently added session/client id checks in the StatelessConnectHandlerComponent failing when using SteamSockets. The connections fail with the "Rejecting handsha ...
User reports of stack overflow happening in canRemoveVertex in DetourTileCacheBuilder.cpp if a poly has more than 16 vertices. The array for edges is a fixed array and is written to without checking ...