You could fake it with a mesh and material which is attached to your character or camera. It would be a kind of fake volumetric effect, like in the weather fx pack on the marketplace.
For the material you would need a cloud texture/mask created in Photoshop or in Substance Designer, than connect it to a panner node to make the clouds move. Than setup everything with the emissive and opacity slots to make it work.
Of course there is a bit more to setup but i think there is good tutorial on youtube for a volumetric fog/light effect.
The Exp Height Fog will serve your needs, but the Z location of the fog actor needs to be near the Z location of the camera. If it’s significantly below the camera, then the effect will be greatly lessened.
I tried moving the z location up/down like kirk.clawson and found the point where its the thickest, which is where the screenshot is from. If I moved it either up/down from that point it started thinning out. However the sky doesn’t get blocked more than this.
Wow, I’m an idiot. Thank you. I can’t believe it was so simple. Appreciate the help greatly. I had no idea the different fog types would blend so badly.
The solution was to turn off the atmospheric fog.
The second height fog seemed to have no effect on anything, either on/off.
So sorry to necro a thread, but how do I add the “RayMarchFog” Node - I am assuming it’s custom C+ that is provided in the post, but how do I add that in UE4?
Hi everyone, I tried to do the post process material but get this error. It seems that there is no function that gets 10 parameters in MaterialExpressionNoise …
But why would you need that when there is Volumetric fog that is already implemented in the engine? Add a exponential heigh fog to the scene and check the Volumetric fog checkbox.
I was trying the volumetric fog thing. I’m trying to create a nebula in space. So when I’m at a certain distance from the " volumetric fog " it disappears . Can’t see it . Maybe there’s a solution to the disappearing volumetric fog but I didn’t find it .
Try reducing the inscattering color values to black or dark grey, and lower the alpha value of inscattering. Inscattering is the light that is bouncing off of would-be fog droplets or particles and is used for sky rays and see through steam and stuff. Look up the tutorial on volumetric fog in the learning portal too. I’m certain it has some applicable information for developing a dense volume of fog. One more, is the directional light set to be the atmosphere sun / fog? If so, uncheck it or disable that and it might change to being more dense and less translucent.
My problem with volumetric fog is that at certain distance is dissapearing . Because of the limited distance that can go up to 10000 I think . I need the distance about 50000 or more . That’s why I was searching for something else .