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