Just tried with Enum “ESlateVisibility”, Value being 0 (Visible).
Enum to Name, and I get —> “ESlateVisilibility::Visible”.
Tried with other Enum “ETankActions”, Value being 0 (Firing).
Enum to Name, and I get —>“ETankActions::NewEnumerator”.
Tried with “Enum to String”, I get only “Firing” but no way I could get “ETankActions::Firing”.
Confirmed in Version: 4.25.3
Has anyone achieved getting full name of enums (type and value) like with ESlateVisibility?