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 Vector_IsUniform
&40;
const FVector & A,
float Tolerance
&41;
Remarks
Checks whether all components of this vector are the same, within a tolerance. true if the vectors are equal within tolerance limits, false otherwise.
Parameters
| Name | Description |
|---|---|
| Tolerance | Error tolerance. |