How to find out where the Access None error is coming from?

I’ve had this error a million times, but this time it seems annoying.

The widget that is giving the Access None error is used in many places, and I can’t identify which one is causing the problem.
The error log is really terrible. It shows you the function that caused the error, but it doesn’t tell you where is called it.

Is there a way to quickly identify the source of the error?

1 Like

Click the link, it will take you to the offending code section

I know that, but that link just takes you to the BP where the function is located. I want to know where the function is being called.
This is because the problem is not the function itself, but the target that calls it.

1 Like

you can FindReferences(All) there shouldnt be too many things calling it but really the issue is you should always validate your objects

I think if you click a different word in the error it will take you to the call.

All the links seem to be the same. It only jumps to the call destination, but does not reveal the caller.

1 Like