Navigation
BlueprintAPI > BlueprintAPI/Asserts
Assert that a boolean value is true.
Target is Functional Test
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| boolean | Condition | |
| string | Message | The message to display if the assert fails ("Assertion Failed: 'Message' for context ''") |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value |