Description
MeshWrapLandmarks (v1) Experimental
Node for defining landmarks used by MeshWrapNode. The Mesh Wrap Landmark Selection Tool allows generating these landmarks via selection.
Input(s) : Mesh - The mesh to define landmarks on.
Output(s): Mesh [Passthrough] - The mesh to define landmarks on. Landmarks - The defined landmarks (identifier, vertex pair). Can be hand-input/edited or generated using the Mesh Wrap Landmark Selection Tool
Information
| Module | MeshResizingDataflowNodes |
| Category | MeshResizing |
| Tags | Mesh Wrap Landmarks |
| Type | FMeshWrapLandmarksNode |
Parameters
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| PointSize | Point size of displayed landmarks | float | 5.000000 |
| bShowIndex | Display the landmark indices | bool | True |
| bShowIdentifier | Display the landmark identifier strings | bool | True |
Inputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | The mesh to define landmarks on. | TObjectPtr<UDataflowMesh> | None |
Outputs
| Name | Description | Permitted Types | Default Value |
|---|---|---|---|
| Mesh | The mesh to define landmarks on. | TObjectPtr<UDataflowMesh> | |
| Landmarks | The defined landmarks (identifier, vertex pair). Can be hand-input/edited or generated using the Mesh Wrap Landmark Selection Tool | TArray<FMeshWrapLandmark> |