Navigation
Unreal Engine C++ API Reference > 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_GetFrustumFarPlane
&40;
const FMatrix & M,
FPlane & OutPlane
&41;
Remarks
Get the far plane of the Frustum of this matrix (Assumes Matrix represents a View Projection Matrix)
Parameters
Name | Description |
---|---|
OutPlane | the far plane of the Frustum of this matrix |