Getting an error when trying to make a blueprint to open doors

Hello, I’m trying to make a blueprint to open doors as I click and drag them, but I’m getting an error from it.

http://puu.sh/gDhfE/a752bf3194.jpg

All of that portion of the script apparently works, but every time I try to reference the door somewhere else through that “Grabbed Door” reference, it gives me this error:

http://puu.sh/gDhsF/031a41b818.png

I’m sure this should be a simple thing to do, but I’m very new to blueprints and have no clue, so any help is appreciated.

Hi,

“Accessed None” means that your reference isn’t assigned. In your picture set SET node is not connected, so it wont never be set :wink:

Oh god, you’re right. I feel so dumb now. But thanks!