Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Parameterization > API/Plugins/DynamicMesh/Parameterization/FDynamicMeshUVEditor > API/Plugins/DynamicMesh/Parameterization/FDynamicMeshUVEditor/__ctor
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Parameterization/DynamicMeshUVEditor.h |
| Include | #include "Parameterization/DynamicMeshUVEditor.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Parameterization/DynamicMeshUVEditor.cpp |
FDynamicMeshUVEditor
(
FDynamicMesh3 * MeshIn,
int32 UVLayerIndex,
bool bCreateIfMissing
)
Remarks
Construct UV Editor for a UV Overlay of the given Mesh.
Parameters
| Name | Description |
|---|---|
| UVLayerIndex | index of target UV layer |
| bCreateIfMissing | if true, target UV layers up to UVLayerIndex will be created if it is not there. Otherwise UVOverlay will be nullptr and class is incomplete. |