disguise-one / RenderStream-UE

RenderStream plugin for Unreal Engine
BSD 3-Clause "New" or "Revised" License
69 stars 23 forks source link

ExponentialHeightFog Visibility #18

Open JWTechnical opened 3 years ago

JWTechnical commented 3 years ago

ExponentialHeightFog is still visible on Channels where the default visibility is set to Hidden. This causes a blown-out, over-exposed look on that specific channel.

Please see the top half of the image for reference: image

MunWolf commented 3 years ago

This is expected currently as ExponentialHeightFog is post processing and is not a mesh we can hide. Currently the workaround is to disable fog using the flag on the definition component.

It might be possible to look at intercepting the post process and use visibility there for enabling and disabling as long as we still have access to the camera actor there.