On my Map I have a replicated Actor Called “Fogger” its a empty script BP with a Exponential Height Fog Component.
In My PlayerProxy I Want to set the values of the HeightFog for each player individual
That means on server is no fog and each palyer has his own fog
Thats the Code on Playerproxy and the Lightsetting and MaterialParameter works fine but the Fog Values are not set on server, on Singleplayer mode it works also fine
Any idea?