Navigation
API > API/Runtime > API/Runtime/DatasmithCore
References
| Module | DatasmithCore |
| Header | /Engine/Source/Runtime/Datasmith/DatasmithCore/Public/DatasmithUtils.h |
| Include | #include "DatasmithUtils.h" |
Syntax
class FDatasmithMeshUtils
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CreateDefaultUVsWithLOD
(
FDatasmithMesh& Mesh |
Generate simple UV data at channel 0 for the base mesh and it's various LOD variants. | |
| void | ExtractVertexPositions
(
const FMeshDescription& Mesh, |
Build an array of point from a MeshDescription | |
| bool | IsUVChannelValid
(
const FDatasmithMesh& DsMesh, |
Validates that the given UV Channel does not contain a degenerated triangle. | |
| bool | ToMeshDescription
(
FDatasmithMesh& DsMesh, |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EUvGenerationPolicy |