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
SkeletalMeshToMesh (v1) Experimental
Converts a SkeletalMesh into a DynamicMesh with Imported Vertex information
Input(s) : SkeletalMesh - SkeletalMesh to convert
Output(s): Mesh - Output mesh MaterialArray - Output materials
Information
| Module | MeshResizingDataflowNodes |
| Category | Mesh|Utilities |
| Type | FSkeletalMeshToMeshDataflowNode |
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<UDynamicMesh> | |
| MaterialArray | Output materials | TArray<TObjectPtr<UMaterialInterface>> |