Go to the source code of this file.
◆ GetViewFrustumBounds() [1/3]
Creates a convex volume bounding the view frustum for a view-projection matrix.
- Parameters
-
| [out] | The | FConvexVolume which contains the view frustum bounds. |
| ViewProjectionMatrix | - The view-projection matrix which defines the view frustum. |
| bUseNearPlane | - True if the convex volume should be bounded by the view frustum's near clipping plane. |
◆ GetViewFrustumBounds() [2/3]
Creates a convex volume bounding the view frustum for a view-projection matrix.
- Parameters
-
| [out] | The | FConvexVolume which contains the view frustum bounds. |
| ViewProjectionMatrix | - The view-projection matrix which defines the view frustum. |
| bUseNearPlane | - True if the convex volume should be bounded by the view frustum's near clipping plane. |
| bUseNearPlane | - True if the convex volume should be bounded by the view frustum's far clipping plane. |
◆ GetViewFrustumBounds() [3/3]
Creates a convex volume bounding the view frustum for a view-projection matrix, with an optional far plane override.
- Parameters
-
| [out] | The | FConvexVolume which contains the view frustum bounds. |
| ViewProjectionMatrix | - The view-projection matrix which defines the view frustum. |
| InFarPlane | - Plane to use if bOverrideFarPlane is true. |
| bOverrideFarPlane | - Whether to override the far plane. |
| bUseNearPlane | - True if the convex volume should be bounded by the view frustum's near clipping plane. |