Error message: Assertion failed: Pose.IsValidIndex(BoneIndex) [Link Removed] [Line: 528] Source Context: 513 const FTransform& ParentTransform = GetComponentSpaceTransform(ParentIndex); ...
Using the Merge Blueprints feature crashes the editor. This repro is for clicking between the error and warnings while merging, but the editor will generally crash if the Merge is finished or if an ...
When an actor is moved on the level editor viewport, it is reconstructed along with its components, which at first makes their properties reset to their default state. Thankfully, this does not happ ...
When importing a mesh, there is an option to Combine Meshes, which by default is checked. Unchecking this option will bring in the individually named parts contained in the FBX as unique objects in ...
If user lock assets with Japanese comments outside source control, XML acquired in svn status may contain Japanese strings, and XML parsing may fail and become NotControlled. This issue does not oc ...
This is a top crash on Mac. This crash has only occurred on the 4.16.1 release (there are no records of it in 4.16.0). Repro steps are currently unknown, but the crash occurs in Commandlet mode and ...
This is a trending crash coming out of the 4.17.0 release. Based on user descriptions, this crash occurs on Play or Compile for affected users. User DescriptionsAgain crashing when I hit playIF I C ...
This is a somewhat common crash on Mac that has affected users since 4.16. Users have not provided any descriptions of their actions when the crash occurred. Callstack from Log [2017.09.08-05.17. ...
Crash occurs when casting back to the pawn owner from the Anim Graph. In this case, it is being used for "Copy Pose from Mesh" Workaround: Cast to Owner from Event Graph, defining variable as the ...