How to get this target variable input in blueprint?

i’m coding the blueprints for my character movement and i need to use the

27363-target+variable.png

node but i can’t seem to find it in the list.

This is variable get node it for getting variable from the “target” object, only way to access those you need drop link of object that has “Jump Pressed” bool variable on empty graph and in category “Variable” you should find it… if it really exists.

I suspect you recreating some blueprint from image, if you can’t find it it means variable does not exist and you need to create it, also you might missing something in your image too.

On what Blueprint should this exist? The PlayerCharacter? I guess this bool must be created by yourself. I can’t remember a class with such a bool as standard bool.