This is somewhat complex to reproduce. We've narrowed it down to MotionMatching / BlendStack nodes (see stack attached regarding that.)
The crash occurs because the actor's skeleton is being LODed from 0 to 3 but some of the attributes on the blended sequences contained are referencing LODed bones (which will evaluate to invalid bones.) This is what led to the crash. We think it's because of how MotionMatching works (via pose history) which leads to Integer Attributes which reference now-LODed bones to be blended, but we haven't completely narrowed it down yet nor confirmed that. There's a suggested fix for this crash below.
The crash occurs in FBoneContainer from this method (out-of-bounds array)
FMeshPoseBoneIndex MakeMeshPoseIndex(const FCompactPoseBoneIndex& BoneIndex) const
{
return FMeshPoseBoneIndex(GetBoneIndicesArray()[BoneIndex.GetInt()]);
}
error message when install in U.E 5.3 - IS-IN-FCO2-82
Converted to UEFN Disallowed Object Type
I am not able to find world outliner how to enable it?
I'm working on a VR Project and I cannot add Nav Mesh to the stairs??
Delay nodes occasionally don't fire the "Completed" output in a nativized build
How can i modify the param name in EQS node
Undefined sysmbol: typeinfo for AActor when cross-compile linux dedicated server on windows
An error occurred while trying to generate project files !?
What method is used to fill polygonal regions when drawing spline mesh at run time?
There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-225501 in the post.
0 |
Component | UE - Anim - Gameplay |
---|---|
Affects Versions | 5.4 |
Target Fix | 5.5 |
Created | Sep 25, 2024 |
---|---|
Updated | Dec 10, 2024 |