ReceiveActorOnClicked override error

Getting method with override specifier 'override' did not override any base class methods when trying to override
ReceiveActorOnClicked

Here is my header:

And here is my cpp:

At this point i’m stuck trying to set click events. Ideas on how to solve?

For those that may be interested I should be overriding NotifyActorOnClicked instead of ReceiveActorOnClicked.which from what I gather is used essentially for BP.