This was initially reported in VR but the leak happens in a non-VR setup and environment. GPU utilization jumps to 84% in 4.23.1 and 98%+ in 4.24.3, 4.25, and 4.26. Tested GPUs were GTX 980 and GTX ...
When using the track builder plugin, the default settings for the track width starts at 1. However, when the yellow arrow is clicked to to restore the track back to default it sets it to zero instea ...
This is a regression. Tested in //UE5/Release-5.1 CL23901901 The editor crashes after playing in editor when the level contains a niagara system with a scratch pad outputing audio spectrum. ...
Creating an event dispatcher and BlueprintImplementableEvent function with the same names causes a signature conflict inside the blueprint. The event dispatcher is then broken as it cannot be delet ...
If you change a texture's compression settings, materials will show errors because of a mismatch in the Sampler Type of Texture Samples. This can be fixed by adjusting the Sampler Type and re-savin ...
When looking into the bd_hud_scoring and bd_rules_maze blueprints in the users project (Provided below), there are nodes that are throwing errors. If you press compile, the errors go away and the co ...
As detailed in the linked UDN thread, if a server doesn't receive a network packet from a client in 1.5 seconds, it sets the client connection's ViewTarget to null. This will cause dropped reliable ...
Controller 1 is able to navigate the menu as normal, but if you hit the "Start" button on Controller 1, it'll flash the Add Player UI element but won't connect as Player 2, and the output log will s ...
Duplicate key checking in maps and sets in the editor is done via calls to FScriptMapHelper::HasKey() and FScriptSetHelper::HasElement(), but this code is checking for object names which are subsets ...
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 ...