Hello ,
From the information provided it looks like your function is looking for your character which from the error I am assuming has been destroyed. You could try using an “isValid” node to check and make sure that the character is null before calling the function. If this is not the case, I have a few questions for you that will help narrow down what issue it is that you are experiencing.
Quick questions:
- Can you reproduce this in a clean project?
- If so, could you provide a detailed list of steps in order to reproduce this issue on our end?
- Could you provide a screen shot of where the function in actually being called?