Game.GetGameSettingFloat("sDifficulty")
but it seems that sDifficulty doesn't contain the actual difficulty of the game because it returns its default value regardless of the setting. I've also tried "fDiffMultiplier" to see if this is changed in real time based on difficulty but unfortunately it isn't either :/
Is there any way to do this?