Is it possible to get the x,y coordinates of an instanced object's image point(s) on the layout?
What I'm trying to do : In the game you can place rectangular objects (construction) and I want to save the coordinates of 4 positions within each newly placed object to be referenced later by storing them in an array.
I thought about having a toggle for when the object is first placed, which spawns a new placeholder object on each image point and saving their coordinates before destroying them but it seemed inefficient.
Hence the question, is there a way to get the coordinates of instanced image points?
My apologies for confusion in the explanation, will clarify if needed