In 4.27 & 5.0 when you press the in-app screen recorder button it would pop-up a msg about the user giving permission to allow the screen recording and then would start the recorder and save the mov ...
In the scene outliner, if you add a folder with one visible actor in it, and filter out some of the actors, users are unable to toggle the visibility of the folder anymore, or they are only able to ...
Multiple vendor's asked if there could be a way to programmatically set the created OCIO config for a viewport and select the source/dest settings as well and enable/disable the config. The curren ...
When using a DataTable based on a structure that includes TArray or TMap, if a row is not selected, the memory usage will continue to increase. This is because in SDetailsViewBase::Tick, ForceRefr ...
Trigger Delay is not behaving as described in it's current tooltip, i.e. "Executes output trigger after the given delay time from the most recent execution of the input trigger." Namely, it is outpu ...
Licensee reports an issue with MeshDescription indexing when reversing a degenerate triangle. ...
ReversedDepthOnlyIndexBuffer is exported even when bEnableDepthOnlyIndexBuffer is false. It's likely an error and line 568 in StaticMesh.cpp should rather be ://if (!bEnableReversedIndexBuffer) <= ...