Wrong shadow and got error message when i picked up item

I’m making a game with BP, but when i pick up any item, the shadow will be wrong display and error message showed up. Please help!


Do a isValid check before using the anim instance. The mesh & “First Person Arms” could also be a null reference so check it too (it might be empty).

Try stepping through the function (F9) and see what is empty

1 Like

Thank you so much! I’ve retargeted the mesh and problem has been solved.

Glad to hear. Mark it off as solved :slight_smile: