How to place HISM where another HISM just got removed?

Hey all.

I have a function that will do a trace along a spline and remove any HISMs in the way. I’m attempting to store their location before the removal and then after for loop through the array to spawn a different HISM component but for some reason it just spawns the actors at 0,0,0.

But I want it to spawn the actors where the trace is removing the old ones. Any help appreciated.

Okay so off the cast I used a “Get Instance Transform” node. It seems to work just fine so this is answered, and before people call me dumb it wasn’t there with the “context” search checked, who knows why.