You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While setting up Limits Collider through Data Asset, I founded a bug.
In the same way, I could see that Crash occurred.
First. Create new Limits in Data Asset, allocate Bone, and do not press Save.
Second. In the View of the Animation blueprint, Limits Collider is visible without saving the Data Asset.
Third, click on the visible Limits Collider, hold the XYZ axis directly within the View, and raise the Position, Rotate, and Scale values, and a crash occurs.
The content of Crash seems to be a crash because the newly generated array and index do not match
Fortunately, if you press Save and hold the XYZ axis and move it, there will be no crash.
I was trying to fix it myself, but strangely, the DoScale function still causes problems...!
--- Crash Message
Assertion failed: (Index >= 0) & (Index < ArrayNum)
Engine\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 752] Array index out of bounds: 1 from an array of size 1
--- I tried fixing code (but is failed. i'm still crash in DoScale Function)
The text was updated successfully, but these errors were encountered:
While setting up Limits Collider through Data Asset, I founded a bug.
In the same way, I could see that Crash occurred.
First. Create new Limits in Data Asset, allocate Bone, and do not press Save.
Second. In the View of the Animation blueprint, Limits Collider is visible without saving the Data Asset.
Third, click on the visible Limits Collider, hold the XYZ axis directly within the View, and raise the Position, Rotate, and Scale values, and a crash occurs.
The content of Crash seems to be a crash because the newly generated array and index do not match
Fortunately, if you press Save and hold the XYZ axis and move it, there will be no crash.
I was trying to fix it myself, but strangely, the DoScale function still causes problems...!
--- Crash Message
Assertion failed: (Index >= 0) & (Index < ArrayNum)
Engine\Engine\Source\Runtime\Core\Public\Containers\Array.h] [Line: 752] Array index out of bounds: 1 from an array of size 1
--- I tried fixing code (but is failed. i'm still crash in DoScale Function)
The text was updated successfully, but these errors were encountered: