A licensee is reporting a crash where loading a sublevel that contains an actor with a child actor component can cause a crash. After speaking to Marc Audy, this seems to be related to the initializ ...
The crash occurs from "check(BoneBlendWeights.Num() == NumBones);" This crash occurs when the following conditions are met;The skeletal mesh LOD is changed.The number of bones is difference between ...
From Licensee: Catching the exception with debugger allowed us to find a list of materials on the hlod mesh on which the error occured and we were then able to link it to one of our meshes causing ...
Adding a constraint to a control rig in a subsequence will crash the editor. ...
This is a regression tested in //UE4/Release-4.27 CL#18319896 Fatal error is thrown and the Editor crashes when changing details of an animation in an Animation Composite. ...
Unable to add API specifier to FMovieSceneTrackEditor, results in compile errors (pasted in the callstack field) ...
When renaming actors during PIE the actor generates a new, non memory/temporary, actor package underneath the PIE world- this is then causing checks in EnumerateMemoryAssetsHelper (in AssetRegistry. ...
User reported: when playing an AnimMontage via GameplayAbility with the PlayMontageAndWait ability task that has a custom value for AnimRootMotionTranslationScale, (dedicated) servers can apply an i ...
The crash occurs when FWorldPartitionHLODUtilities::BuildHLOD attempts to build an approximated mesh that has all of its contents culled during generation, this can happen when an approximated mesh ...
Adding a 3D text actor to a level with a Nanite landscape causes cooker to hit an assert Tested in the Following //UE5-Release-5.3-CL-27405482 ...