Navigation
BlueprintAPI > BlueprintAPI/Asserts
Assert that two transforms are (components memberwise - translation, rotation, scale) equal within a small tolerance.
Target is Functional Test
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| transform | Actual | |
| transform | Expected | |
| string | What | A name to use in the message if the assert fails ("Expected 'What' to be {Expected} but it was {Actual} for context ''") |
| real | Tolerance |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value |