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 Vector4_IsNearlyZero3
&40;
const FVector4 & A,
float Tolerance
&41;
Remarks
Checks whether vector is near to zero within a specified tolerance. The W element is ignored. true if vector is in tolerance to zero, otherwise false.
Parameters
| Name | Description |
|---|---|
| Tolerance | Error tolerance. |