Object "..." not compatible with object "..." in blueprint component

So i am making a blueprint for something that resembles a base with a spawn point.

The set up is 2 actor meshes in the components and i am trying to get the location of the spawn point which i placed just in front of the the base mesh as reference point, but i cannot drag it ontop of the target of the Get Actor Location and is telling me " object ‘…’ is not compatible with object’…’ ".

So what am i doing wrong here?

Component is not compatible with Actor as Component class is not inherent with Actor class and node you trying to use is only for use with Actors.

If you want component location you need to use different node, grab Initial Spawn link and drop it in empty space, it will show you list of all possible connection and search for something related to location ;]

Great, thanks i got the relative location and then set it!