Unreal Engine Blueprint API Reference > Asserts
Assert that a boolean value is false.
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 |