Reference Enum created in BP into C++

Hi, how can I reference an Enum created in Blueprints into C++?

I’m writing my code inside UCharacterMovementComponent (which is an Inherited component) and the Enum variable is created inside the parent Character Blueprint.

The Enum itself is stored on the root /Content/ folder.

Appreciate your help.