Newbie here... Getting a null error even after isValid checking in my BP... not sure what to do...

I’m getting Blueprint Runtime Error: “Accessed None trying to read property K2Node_Event_Other”. Node: Branch Graph

When I click on it, it zooms to the branch statement.

Any help at all is appreciated, I’m at a total loss

Not sure if this is the problem, but it looks like the IsValid node is not connected.

You should probably connect “Set Physics Linear Velocity” to the IsValid Node, and then the IsValid to the Branch

2 Likes

Hey there @malon! Welcome to the community! Gab is correct here. The valid check needs to be placed after the Set Physics Linear Velocity and then connect to the branch. That little execute pin on the IsValid node must be connected to be able to stop the execution if it’s not valid. Let us know if you have any questions!

image

1 Like

Thank you @GabUECV and @SupportiveEntity !!

I can’t believe I missed that…

Thank you so much for your help! It’s perfect now!

1 Like