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 ...
This is not a regression. After creating a C++ based Game Instance the Editor crashes if you compile twice then play and stop. ...
In Persona, moving a socket around is not affected by any changes to snapping (scale or size). Rotation is affected however. This is similar to [Link Removed], but according to James Golding there ...
Landscape disappears from scene if added to a sequence, selected in scene, and the one of the tracks in sequencer(not the landscape that has been added) is selected again Landscape was added to t ...
Attempting to create a local binary build of the Engine that includes iOS currently fails. The error message that appears ("ERROR: System.Collections.Generic.KeyNotFoundException: The given key was ...
Found in 4.22 CL#6574378 Reproduced in 4.21 CL#4753647, 4.24 Main CL#7062442 The OnEditorCameraMoved delegate does not fire in the Animation Viewport. The example project provided by the user is a ...
Any instanced Actor with a public MovieSceneEventParameter struct doesn't retain any altered values on level load. Found in 4.22 CL#7053642 Reproduced in 4.21 CL#4753647 , 4.24 Main CL#7173985 ...
Adding elements to a TMap<int32, int32> causes the editor to crash if the TMap has a default value associated with it. Tested in 4.22 (CL - 4753647), 4.23 (CL - 7445012), 4.24 (CL - 7605614) ...
When the user attempts to connect delegate pins that don't match, they received a confusing mouse tooltip message that simply reads "Delegate is not compatible with Delegate". Suggested fix: When ...