Description
BooleanOperation (v1)
Boolean operations
Input(s) : bBoolA - Boolean input bBoolB - Boolean input
Output(s): bResult - Boolean result of the operator
Information
| Module | GeometryCollectionNodes |
| Category | Math|Boolean |
| Type | FBooleanOperationDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Operation | Boolean operation | EBooleanOperationEnum | Dataflow_And |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bBoolA | Boolean input | bool | False |
| bBoolB | Boolean input | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bResult | Boolean result of the operator | bool |