Description
StaticMeshToMesh (v1)
Converts a StaticMesh into a DynamicMesh
Input(s) : StaticMesh - StaticMesh to convert
Output(s): Mesh - Output mesh MaterialArray - Output materials
Information
| Module | GeometryCollectionNodes |
| Category | Mesh|Utilities |
| Type | FStaticMeshToMeshDataflowNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| bUseHiRes | Output the HiRes representation, if set to true and HiRes doesn't exist it will output empty mesh | bool | False |
| LODLevel | Specifies the LOD level to use | int32 | 0 |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| StaticMesh | StaticMesh to convert | TObjectPtr<UStaticMesh> | None |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Output mesh | TObjectPtr<UDynamicMesh> | |
| MaterialArray | Output materials | TArray<TObjectPtr<UMaterialInterface>> |