"SET" without Target?

Hey, I’m pretty new to Unreal, and I am trying for the first time to edit a Metahuman Blueprint.
I am trying to follow a tutorial, where in the Body BP Animation of my metahuman is being created a SET function with a variable.
This OSCIdle variable (for reference) comes with a SET that also has a “target” option, that then in this tutorial is connected to another function (Custom Control).
It seems like a stupid problem, but no matter how I can’t quite connect it, my SET doesn’t come with it. Any idea? Thank you so much in advance!

(The OSCIdle Variable is being retrieved in the Face BP Animation)


The one from the tutorial

The target pin appears if you are trying to set a variable of another object

So if you have a reference to an object in a variable, and you want to set one of its members, then dragging from the object will show you the Set functions, and they will have a target, which will be connected to the object reference