Where have you declared your bool abc? You will need to first access the Actor/Component that the variable is on in the level blueprint, then get the bool abc from that object. You don’t automatically get access to all variables in the level blueprint from all objects in the game.