Core Redirects

Hello

I am currently trying to use a custum Enhanced Input Local Player Subsystem. As I could see the things, there is one instance of my custom subsystem as well as an instance of the generic one created at runtime. So I tried to use core redirection:

[CoreRedirects]
+ClassRedirects=(OldName="/Script/EnhancedInput.EnhancedInputLocalPlayerSubsystem",NewName="/Script/OraProNobis.OPNEnhancedInputLocalPlayerSubsystem")

But it does not seem to work… I still can find an instance of both subsystems.
Has anyone a clue?

Thanks.