Navigation
BlueprintAPI > BlueprintAPI/Asserts
Assert that two floats are equal within tolerance between two floats.
Target is Functional Test
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| real | Actual | |
| real | Expected | |
| string | What | A name to use in the message if the assert fails (What: expected {Actual} to be Equal To {Expected} within Tolerance for context '') |
| real | Tolerance |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value |