Description
SkeletalMeshToMesh (v2) Experimental
Converts a SkeletalMesh into a DataflowMesh with Imported Vertex information
Input(s) : SkeletalMesh - SkeletalMesh to convert
Output(s): Mesh - Output mesh
Information
| Module | MeshResizingDataflowNodes |
| Category | Mesh|Utilities |
| Type | FSkeletalMeshToMeshDataflowNode_v2 |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| LODLevel | Specifies the LOD level to use | int32 | 0 |
| bRecordImportedVertices | Generate from the SkeletalMeshLODModel (vertex order will match SKM vertex order). Record ImportedVertices (if available) as NonManifold mapping data. This requires Editor-Only data. | bool | True |
| bUseMeshDescription | Generate from mesh description (vertex order will match mesh description / ImportedVertices). Requires Editor-Only data. | bool | False |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| SkeletalMesh | SkeletalMesh to convert | TObjectPtr<USkeletalMesh> | None |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | Output mesh | TObjectPtr<UDataflowMesh> |