enum EComputeVisibilityMode ComputeVisibilityMode specifies which type of renderer to use when computing visibility.
| Key | Value | Comment |
|---|---|---|
| DirectX | 0 | Deprecated. DirectX is no longer used for computing visibility. Setting this will fall back to Software. |
| Software | 1 | Use a software renderer when computing visibility. |
| Key | Value | Comment |
|---|---|---|
| DirectX | 0 | Deprecated. DirectX is no longer used for computing visibility. Setting this will fall back to Software. |
| Software | 1 | Use a software renderer when computing visibility. |
| Key | Value | Comment |
|---|---|---|
| EComputeVisibilityMode_DirectX | 0 | Deprecated. DirectX is no longer used for computing visibility. Setting this will fall back to Software. |
| EComputeVisibilityMode_Software | 1 | Use a software renderer when computing visibility. |