This page is not available in the language you have chosen. It will be displayed in English by default. If you would like to view it in a different language, you can try selecting another language.
Description
Returns true if both conditions are true
Information
| Plugin | RigVM |
| Category | Math|Boolean |
| Tags | && |
| Type | FRigVMFunction_MathBoolAnd |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| A | The first value for the operation | bool | False |
| B | The second value for the operation | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Result | The resulting value | bool |