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 EqualEqual_MatrixMatrix
&40;
const FMatrix & A,
const FMatrix & B,
float Tolerance
&41;
Remarks
Checks whether another Matrix is equal to this, within specified tolerance. true if two Matrix are equal, within specified tolerance, otherwise false.
Parameters
| Name | Description |
|---|---|
| Other | The other Matrix. |
| Tolerance | Error Tolerance. |