[5.7.4] Should UFoliageInstancedStaticMeshComponent disable bAllowCullDistanceVolume by default ?

Hello :slight_smile:

In 5.7.4, in the editor viewport, so without PIE, the bAllowCullDistanceVolume is affecting the foliages, which is already having his own culling setup, should the foliage components should not disable the culling volumes by default ?

For us it was a strange behavior that foliage were disappear way earlier than they should, on our side i just disabled it like so

[Image Removed]

[Attachment Removed]

Hi,

Your analysis seems correct, and the workaround looks reasonable - a similar approach is used by ULandscapeComponent.

Thanks,

Andrzej

[Attachment Removed]