Does Core Redirect work on Blueprints to C++

I am planning on replacing my Blueprint Enums and Structs with those defined in C++, can I use Core Redirect in this? As far as I know, the documentation doesn’t state so. I just want to be sure.

I was only able to do an Enum redirect. ESlotType - Blueprint Enums
+EnumRedirects=(OldName=“ESlotType”,NewName="/Script/TheWickedAI.ESlotType", OverrideClassName="/Script/CoreUObject.Enum", ValueChanges=((“NewEnumerator2”,“None”),(“NewEnumerator0”,“Melee”),(“NewEnumerator1”,“Range”)))