Skip to content
On this page

struct FVisibilitySettings

No description available.

Members

TypeMemberDescription
intCameraSelectionSetIDThe ID of the selection set containing all the scene cameras and scene meshes used when computing visibility. If scene meshes are added, all their vertices will be used as omni-directional cameras. If set to -1, all cameras in the scene will be used. If both selection set name and ID are set, the name will be used.
class FStringCameraSelectionSetNameThe name of the selection set containing all the scene cameras and scene meshes used when computing visibility. If scene meshes are added, all their vertices will be used as omni-directional cameras. If set to null, all cameras in the scene will be used. If both selection set name and ID are set, the name will be used.
EComputeVisibilityModeComputeVisibilityModeSpecifies the renderer type when computing visibility.
uint8ConservativeModeIf enabled, will compute the visibility conservatively - meaning that triangles that are visible will be tagged as visible but some non-visible triangles might also be tagged as visible. If this is turned off, then it is no longer guaranteed that all visible triangles are found - but more non-visible triangles will be identified as non-visible.
uint8CullOccludedGeometryIf set to true, geometry that is not visible will be removed.
floatFillNonVisibleAreaThresholdIf a group of non-visible triangles (connected to visible triangles) has an area below the FillNonVisibleAreaThreshold - it will receive the same visibility as the neighboring visible triangles. Set to zero to skip filling nonvisible regions.
uint8ForceVisibilityCalculationSet the ForceVisibilityCalculation if true, visibility weights will definitely be computed for the geometry, even if the visibility isn't specifically being used for reduction/materialLOD/culling according to the VisibilitySettings.
intOccluderSelectionSetIDThe ID of the selection set containing all the scene meshes that should occlude the scene when calculating visibility. If set to -1, no occluders will be used. If both selection set name and ID are set, the name will be used.
class FStringOccluderSelectionSetNameThe name of the selection set containing all the scene meshes used when computing visibility. If set to null, no occluders in the scene will be used. If both selection set name and ID are set, the name will be used.
uint8RemoveTrianglesNotOccludingOtherTrianglesIf enabled, will remove all the visible triangles that are not occluding any other triangle. It will also remove all non-visible triangles.
uint8UseBackfaceCullingSet whether triangles should be regarded visible when viewed from the back.
uint8UseVisibilityWeightsInReducerIf set to true, visibility weights will be used in the reducer.
uint8UseVisibilityWeightsInTexcoordGeneratorIf set to true, visibility weights will be used when generating new texture coordinates.
floatVisibilityWeightsPowerSet how aggressively reducer should handle low visibility weights.

Methods

MethodDescription
StaticStructNo description available.

StaticStruct