Sure. Within your actor just drag your component where you have configured your collision (mesh or collider) into the EventGraph and add a GetOverlappingActors node where you specify the class (Actor for everything) or (Pawn or Character or so for players only). Then you will get an Array of them. If the Length is > 0 then it is colliding.