Registering Input in Actor derived class

Check out delegate here:

and check out this

I use this for my interaction with object, so upon Overlap i will bind my delegate to function of that object, so when i press e, it will execute that function to do what you want with object. Btw you can unbind when you end overlap