Navigation
API > API/Plugins > API/Plugins/MeshResizingDataflowNodes
Matched Mesh Wrap Node landmark correspondence.
| Name | FMeshWrapCorrespondence |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/MeshResizing/Source/MeshResizingNodes/Public/MeshResizing/MeshWrapNode.h |
| Include Path | #include "MeshResizing/MeshWrapNode.h" |
Syntax
USTRUCT ()
struct FMeshWrapCorrespondence
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Identifier | FString | Matched landmark name. | MeshResizing/MeshWrapNode.h |
|
| SourceVertexIndex | int32 | Vertex on source topology mesh. | MeshResizing/MeshWrapNode.h |
|
| TargetVertexIndex | int32 | Vertex on target shape mesh. | MeshResizing/MeshWrapNode.h |
|