How to retrieve UEnum by Type?

Hey!

Because of reflection system code need to know what type of enum you looking for…
You can do this using strings… Rama did a very good wiki page and described some usefull methods to get enums by strings using a template function…

I hope this helps or atleast good starting point :wink:

Rama’s Enum explanation