BlueprintAPI > BlueprintAPI/Asserts
Assert that two ints are equal
Target is Functional Test
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target | |
integer | Actual | |
integer | 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 |