How to check if the character is on the actor

Maybe somthings like this?

You either need to make the actor a blueprint and give it a collision volume, so you can check for overlaps. Or, do a line trace directly down and look for the other actor.