Skip to content

Crash in Editmode of Data Asset Limits #119

@rudtjq640

Description

@rudtjq640

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

Screenshot_57
Screenshot_58

--- I tried fixing code (but is failed. i'm still crash in DoScale Function)
Screenshot_60
Screenshot_61

Screenshot_59

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions