Navigation
API > API/Plugins > API/Plugins/ModelingOperatorsEditorOnly > API/Plugins/ModelingOperatorsEditorOnly/ParameterizationOps > API/Plugins/ModelingOperatorsEditorOnly/ParameterizationOps/FParameterizeMeshOp
References
| Module | ModelingOperatorsEditorOnly |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperatorsEditorOnly/Public/ParameterizationOps/ParameterizeMeshOp.h |
| Include | #include "ParameterizationOps/ParameterizeMeshOp.h" |
Syntax
struct FLinearMesh
Remarks
Dense index/vertex buffer based representation of the data needed for parameterization
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< int32 > | AdjacencyBuffer | Adjacency[tri], Adjacency[tri+1], Adjacency[tri+2] are the three tris adjacent to tri. | |
| TArray< int32 > | IndexBuffer | Stripped down mesh. | |
| TArray< FVector3f > | VertexBuffer | ||
| TArray< int32 > | VertToID | Map from offset in the VertexBuffer to the VertexID in the FDynamicMesh. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLinearMesh
(
const FDynamicMesh3& Mesh, |