Change directional light, atmosphere and fog for a specific player.

I found the solution myself.
After i cast to my character on component begin overlap, i add a node " IsLocallyControlled" followed by a branch, and out of true i change the light, fog etc and it change only for the client.

PERFECT !