Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Parameterization > API/Plugins/DynamicMesh/Parameterization/FDynamicMeshUVEditor
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 |
static double DetermineAreaFromUVs
(
const FDynamicMeshUVOverlay & UVOverlay,
const TArray < int32 > & Triangles,
FAxisAlignedBox2f * BoundingBox
)
Remarks
Compute the occupied 2D area for the UVs for the specified triangles and channel.
Parameters
| Name | Description |
|---|---|
| BoundingBox | if not null, return the overall bounding box of the UVs for the specified triangles along with the exact area occupied. |