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