Use Enums made in-engine inside code?

Here’s a quick but not very elegant way.

If you do get the value of an “Blueprint Enum” variable, you will need to use a UEnumProperty or FEnumProperty.
Here’s about it.