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
BranchMesh (v1)
Branch between two mesh inputs based on boolean condition
Input(s) : MeshA - Mesh input MeshB - Mesh input
Output(s): Mesh - Output mesh
Information
| Module | GeometryCollectionNodes |
| Category | Utilities|FlowControl |
| Type | FBranchMeshDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bCondition | If true, Output = MeshA, otherwise Output = MeshB | bool | False |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| MeshA | Mesh input | TObjectPtr<UDynamicMesh> | None |
| MeshB | Mesh input | TObjectPtr<UDynamicMesh> | None |
| bCondition | If true, Output = MeshA, otherwise Output = MeshB | bool | False |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Output mesh | TObjectPtr<UDynamicMesh> |