Attempting to create a local binary build of the Engine for the iOS platform using BuildGraph is currently failing. While trying to build UHT for Mac using a remote build, the build fails because it ...
There is a scenario where delta struct serialized fast arrays can replicate changes that introduce additional elements to the array, but without changelists containing the new data. This needs furt ...
When removing already assigned cloth asset from a skeletal mesh it will crash the editor. I was able to reproduce this with the Owen asset from Content Examples, but was unable to get it to work fro ...
Licensee also posted on Asnwerhub here, https://answers.unrealengine.com/questions/220787/bug-net-cull-distance-doesnt-work-when-the-player.html Also Reproduced in Main Promotable-CL-2535351 & Rele ...
Context: A static mesh is able to have a geometry collection generated from it using the Fracture editing mode. It can be fractured in many different ways, and when acted upon by a chaos field agent ...
Editor crash when PIEing without ML SDK installed on machine. This did not occur at the same CL on a P4 build. This did not occur on a machine with the ML SDK installed. Does not occur in //UE4/Re ...
When a collision enabled RBAN node attempts to collect surrounding meshes, if there is a mesh with UseComplexAsSimple, it will hit the Ensure when cloning a mesh on the task graph thread. Disabling ...
Currently, the SButton and SBorder widgets multiply the color and opacity during OnPaint before calling the super (SCompoundWidget::OnPaint). This causes the operation to be done twice, since the co ...
BRANCH: MAIN CHANGELIST: 2322258 PLATFORM: Windows DESCRIPTION: When importing a mesh into the editor if there are multiple LOD setup meshes in a single FBX they will not import as a single asset w ...
A crash is occurring if you collapse a node and name the collapsed graph something that contains a period. The crash occurs if you copy and paste the collapse graph, and then attempt to rename it. I ...