Licensee reports change of behaviour between UE4 and UE5 when reimporting a mesh after changing its lightmap build settings. Change of behaviour occurred in 17404767, which was to fix a similar pro ...
Licensee request for this as it is affecting productivity. Likely requires a method of allowing a user to choose which behaviour they prefer. For reference, the behaviour changed in CL 11684461 to f ...
When a component is removed from a class that exists as an instance with external actors enabled, a deleted BP component on an actor will remain referenced by the instance. Disabling External Actor ...
The licensee was not able to make static meshes with the correctly disabled sections from a skeletal mesh in the current implementation of the "Make Static Mesh" button in the editor. They have prov ...
Nanite mesh is not culled because "DrawInGame" value in the primitive uniform buffer is always 1. Can be fixed with below modification:// in FPrimitiveSceneProxy::FPrimitiveSceneProxy DrawInGa ...
Crash-Connecting output of unspecified functions to pins on the material result node. This does occur in Main at CL: 3792526 ...
Projects crash upon opening with the PixelStreaming plugin enabled. ...
Editor crashes when attempting to play a recorded demo - Assertion failed: IsGameWorld() && GetCurrentLevel() This issue occurs when using a template project or QAGame. This does not occur when usi ...
Since changing the temporal history buffer to 11:11:10 from FP16, it looks as there is visible dithered quantization to remove banding when rendering. (Taken from conversation on Forum Post linked f ...
Spawning a child of a child blueprint in a blueprint macro library forces the child blueprint into opening as a data only blueprint without the option to open the Event Graph. Regression? (Yes), i ...