[HELP] how to spawn item at target/impact location

hey guys. I spend alot of my weekend working on a couple of mods and one of them is still kicking my ***, so I’m reaching out to the experts now to see if anyone can tell me how to do this.

I’m trying to spawn an item on the ground at a specified location on the map. I was able to capture the location correctly, but the items never spawn on the ground. I’m assuming I’m using the wrong “DropItem” Method, but I’m unsure what other way to spawn items on the ground. Normally I can specify the actor, but cant see to find an actor variable at all. ideas anyone? (screenshot of code - print is displaying correct location cords, but can’t seem to spawn at it)

This should do what you want:

worked like a charm. thank you very much.