AActor double clicks

Is there a common way to receive double clicks on an AActor?
I only find the “ReceiveActorOnClicked” method, thus I have to implement this by my own?