Branch accessed none?

if you are still getting access none errors, that means you are not using IsValid nodes properly. every time you want to pull data or perform a function on an object reference, you should make sure it exists using an IsValid node.

you still have access none errors?

you said:
“i have done this, it comes back valid”

so what is your error? if it is access none, i know you know the solution by now…

It gives me an accessed none error even though I did the is valid function I don’t know what is causing it

if you don’t know the location of the error, do some trouble shooting: disconnect the branch node and see if you still get the error. if you do, keep disconnecting things that use object references (blue pins) until that error goes away. once the error goes away, then the last thing you disconnected is the problem.