public static int GetInt(string key) { return(UEConfig.GetValue <int>(key)); }
public static string GetString(string key) { return(UEConfig.GetValue <string>(key)); }