Get location of spawned actor?

How would one go about to find the location of an actor that just spawned in the construction script?

You may need to add more details. The reason being that normally you cannot spawn actors in the CS.

Find the start point location and use its location, should be same location to where you are spawning at.

The actual spawn location can be adjusted by the collision handling Override (not by default, though) so it’s not always the same. Getting spawn location is just as in the above image - so not sure what OP’s issue is.

My confusion comes from the fact that you can no longer spawn actors in the CS. You could before 4.15 or thereabout which lead to a plethora of circular dependency issues.

Perhaps it’s some sort of out of PIE construction.