Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Float
Returns true if A is nearly equal to B (|A - B| < ErrorTolerance)
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| real | A | |
| real | B | |
| real | Error Tolerance |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value |