Navigation
API > API/Runtime > API/Runtime/DatasmithCore > API/Runtime/DatasmithCore/FDatasmithMeshUtils
References
| Module | DatasmithCore |
| Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithUtils.h |
| Include | #include "DatasmithUtils.h" |
| Source | /Engine/Source/Runtime/Datasmith/DatasmithCore/Private/DatasmithUtils.cpp |
static bool IsUVChannelValid
&40;
const FDatasmithMesh & DsMesh,
const int32 Channel
&41;
Remarks
Validates that the given UV Channel does not contain a degenerated triangle.
Parameters
| Name | Description |
|---|---|
| DsMesh | The DatasmithMesh to validate. |
| Channel | The UV channel to validate, starting at 0 |