I need to check what child actor interacted with my table

Well, there are two options here:

IF the only thing that can ever interact is a “Player”, feel free to change the variable as you suggested!

IF other things might be able to interact, do a cast to player from the interacting actor on the table, and set it from there! :slight_smile: