Return a boolean if two specific actors collide?

I feel like this should be very easy. I want to simply get a bool when two actors collide. For example:

if( AActor Actor1 collides with AActor Actor2) {
         print("Collision")
}

Can anyone point me in the right direction?