Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetMathLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include | #include "Kismet/KismetMathLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.inl |
static bool Matrix_GetFrustumLeftPlane
&40;
const FMatrix & M,
FPlane & OutPlane
&41;
Remarks
Get the left plane of the Frustum of this matrix (Assumes Matrix represents a View Projection Matrix)
Parameters
| Name | Description |
|---|---|
| OutPlane | the left plane of the Frustum of this matrix |