Game difficulty mode

Hello. I’ve made an enumeration variable with difficulty levels in my Game mode and Spawner. Also I’ve set difficulty mode in level blueprint. But somehow spawner doesn’t compare normally difficulty modes and spawns item in any mode. Please help or can you share your method of checking and setting difficulty mode.

Difficulty in GameMode:

Setting difficulty in Level Blueprint:

Spawner difficulty:

Comparing difficulties in spawner:

UPD

So basically I’ve made an Integer variable in game mode Screenshot by Lightshot

Then I’ve set it’s value in level blueprint Screenshot by Lightshot

Then I’m comparing it in spawner Screenshot by Lightshot

The spawner var btw is editable Screenshot by Lightshot

But somehow I still can’t understand what’s wrong