How do I get the "Spawn Location" node?

Hello,
can tell me someone how i can create the “Target - Spawn Location” note.
Thank You!!!

“Spawn Location” is a vector variable within the class “enemy” meaning once you got your enemy (for example by casting the result from “Event Begin Overlap” to “Enemy” you can access the variables within it.

thank you for your quick response!
But unfortunately I dont know who and where I can change this object to a Vector.
Can you please send me one or some picture?
I am fairly new and do not understand yet very the blueprintsytem.

Thanks in advance

You are not changing the object into a vector.

All this node does is technically using the “Get Spawn Location” node from the blueprint you’re casting.

“Spawn Location” is a simple vector variable which exists within that blueprint but is not directly tied into the engine or anything.