DFAO - Found case where DFAO seem to leak trough.

Look:

https://dl.dropboxusercontent.com/u/70400220/Unreal-questions/dfao-leaking.jpg

And here are assets:

https://dl.dropboxusercontent.com/u/70400220/Unreal-questions/50x60_3f.zip

Place interior mesh inside HouseMain.

Hi Iniside,

The mesh in question here is the SM_HouseMain_50x60_A_01. You don’t have any back faced geometry to generate the Distance Fields off of. You’ll need to open the mesh in the Mesh Editor and enable the option for Generate Distance Field as if Two-Sided.

This is stated in the documentation located here under the tab for Mesh Build Settings: https://docs.unrealengine.com/latest/INT/Engine/Rendering/LightingAndShadows/DistanceFieldAmbientOcclusion/index.html

Thank you!

Tim