ActorComponent Overriding BlueprintNative on BP

I’m trying to Override my ActorComponent bool CanSendSignal() native event on blueprint but it is not available anywhere. Do I Need a Dynamic Delegate in order to override it in the blueprint and NativeEvent Functions are not overridable in Blueprints?