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