Description
CollectionToMesh (v2)
Converts a Collection to a DataflowMesh
Input(s) : Collection [Intrinsic] - Collection to convert Materials - Material array from the static mesh TransformSelection - Geometry on or under selected bones will be appended to the output mesh. If not connected, all geometry will be processed.
Output(s): Mesh - Output dataflow mesh
Information
| Module | GeometryCollectionNodes |
| Category | Mesh|Utilities |
| Type | FCollectionToMeshDataflowNode_v2 |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bCenterPivot | Whether to translate the mesh geometry to be centered around its bounding box. | bool | False |
| bWeldVertices | Whether the processed mesh will have edges at normal/UV/color seams welded so they are treated as one edge during processing. | bool | True |
| bPreserveIsolatedVertices | Whether to preserve isolated vertices which aren't used by any triangles. | bool | True |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Collection | Collection to convert | FManagedArrayCollection | () |
| Materials | Material array from the static mesh | TArray<TObjectPtr<UMaterialInterface>> | |
| TransformSelection | Geometry on or under selected bones will be appended to the output mesh. If not connected, all geometry will be processed. | FDataflowTransformSelection | () |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Output dataflow mesh | TObjectPtr<UDataflowMesh> |