The data table customization (and probably others) tries to aggressively clear out row references that are not valid in the table they point to. This breaks when selecting multiple actors or objects ...
This crash can be fixed by adding a couple of || IsRunningGame() like it is done here: FGenerateStreamingContext Context = FGenerateStreamingContext() .SetLevelPackagesToGenerate((bIsPIE ...
Occurs 5/5 Times Regression does not occur in //UE4/Release-4.27.2 @ CL 18319896 When 'Generating All Bodies' on a bone the single convex hull does not generate uniformly. ...
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 ...
Changing the names of inputs in a collapsed graph can change connected inputs in other collapsed nodes. Reproduced in 4.7.2 binary and Main (//depot/UE4/Promotable-CL-2478413) ...
When a Material uses the DefaultTextureCollection and a Material Instance overrides it - or vice versa - the Editor will crash. Note: bindlessconfiguration=Minimal or higher must be enabled to use ...
The value of Max Angular Velocity on a component is being reset after changing the value and compiling the blueprint. Found in 4.12 binary, reproduced in Main CL 2994701. Could not reproduce in 4. ...
Occurs 5/5 times State machine variable type icons all display in the color white. Regression does occur - tested in //UE4/Release-4.27.2 EGL Live @ CL18319896 ...
If a user enables 'Crack Free Displacement' when using tessellation on landscapes, the displacement becomes flattened. This does not occur on regular static meshes, and seems to be tied only to land ...
OnRep functions do not fire on the Server when elements are added to an array variable marked as RepNotify. They do not fire at all when setting an array element with the Set Array Elem node. Proba ...