Calling UHierarchicalInstancedStaticMeshComponent::AddInstance multiple times causes multiple BuildTrees to be created and run asynchronously at the same time. Tested in 4.21(CL - 4613538) How t ...
Changing the type of an existing child scene component to be a non-scene component type triggers some fixup code at load time which attempts to remove the node from its current position in the scene ...
When creating a local binary build of the Engine using the BuildGraph, there are several tools that are built for Win32 even if Win32 was specifically excluded from the BuildGraph (ie. -set:WithWin3 ...
Including files with a .cc extension instead of .cpp in a code project used to build fine in Visual Studio. This is no longer the case in 4.21.2. The error message that results indicates that only C ...
When switching from Scene Depth Collision to Distance Field Collision for a GPU particle system the preview window flickers, but returns back to normal when switching back to Scene Depth. Found in ...
Force feedback does not strengthen when expected on IOS. It stays the same regardless of where the pawn is on either the red or yellow squares. Tested on 9753_iPhone 7+ 12.0.1 and 16021_iPhone XS ...
When modifying the contact offset in a project it appears to have no effect. The setting that worked in a previous engine version (4.19) now collide in the same way as the default settings. ...
ComponentSweepMulti sweeps each shape of a component, however resets OutHits at the start of a new shape, losing the prior hits, only returning the hits of the last shape swept. This is a regressio ...
This crash occurs when trying to retarget an animation onto another skeleton with a retargeting rig that references a virtual bone. This issue could be similar to [Link Removed] This issue was re ...
This appears to be an issue with all asset types, not specific to materials. Data Tables, Level Sequences, etc. Image shows the "No" cursor that shows up when attempting the drag/drop. This should ...