When generating a collision box for a static mesh and reimporting the mesh with the static mesh editor window open will result in a crash. [Link Removed] ...
Certain files for building menus is calling the wrong extenders List of known conflicting functions:FSkeletalMeshEditor::ExtendMenu() [Engine\Source\Editor\SkeletalMeshEditor\Private\SkeletalMeshEd ...
AnimCurveCompressionSettings's codec is reset to CompressedRichCurve when user open the project, so user can not keep the state changed to UniformlySampled. The following code in the constructor of ...
As per a bug report from Pixomondo: if there are two static meshes in the scene and one has a rotation, it gets a GPULM bake artifact as if it is intersecting with the unrotated version of itself. S ...
This seems to be related to the fix for [Link Removed]. Part of that fix made sure that the child actor component recreates the child actor when GIsReconstructingBlueprintInstances is true, as previ ...
If you delete an end point of a spline blueprint and then attempt to move the blueprint the editor will freeze and eventually crash. Frequency: 1/1 CrashReporter: [Link Removed] ...
This crash is caused by an exception that is thrown due to the functions inside of a blueprint based off a user-defined class that is suppose to mimic Timelines. ...
Crouching on the Server is not replicated to the Client while the Server character is moving. Reproduced in 4.7.6, 4.8.0, and Main (//depot/UE4/Promotable-CL-2591224) ...
If a user edits a instanced variable which is nested inside two other instanced variables in blueprint editor, a crash will occur ...
If FObjectFinder is used in a function other than the constructor, which should not be done, it causes a crash. ...