Metal is not taking the non-uniform buffer path for GPU skinning. ...
The VR Preview used to work with multiple clients but now only works with the first client. This makes testing multiplayer features difficult or impossible as there is no way to change which client ...
Add the 1.6 integration to 4.13 for release. ...
Reported via UDN ...
Some licensees have reported good results compiling the editor in monolithic configurations - startup times are noticably shorter. I believe there are a number of things that need fixing up across t ...
For single threaded mode, we need to update FMonitoredProcess to handle processing in a single threaded fashion. Currently, we are continuing before the process has completed, which could result in ...
A licensee was interested in being able to utilize LOD dithering on objects flagged as Stationary or Mobile. The mobility setting was being used to bypass lightmapping, which they didn't need for th ...
When creating an option inside the menu drop downs (File/Edit/Windows/etc.) the newly created option appears twice. User suspects FTabManager::PopulateTabSpawnerMenu is being called twice in MainMe ...
It seems the EdModes can override the widget transform matrix with those methods. Its a matter of deciding what should happen on multiselection of instances. virtual bool GetCustomDrawingCoordinate ...