Force BlueprintNativeEvent to be a function not an event?

I noticed that if I add parameters to a function created as a BluePrintNativeEvent in C++, in BP it’s added to the class as an overrideable function.

If it has no params it’s overrideable as an event.

I’d rather a certain function be a function in BP. I also want to be able to call the Super method if needed.