Get actor location on touch Released?

Right Now, All I care about why
released actor location isn’t
printing?

The cast fails most likely, can you Print the Hit Result Actor’s display name? Perhaps that will give you an idea of what you’re actually releasing over?


Apart from this, judging by the screenshot, I’d consider dispatching the touch of the actor / component - then you wouldn’t even need to cast:

This way you wouldn’t need to filter and can still use Input Touch for other, more important things. I might be missing the intent behind the script so ignore this if it does not add up.