FDatasmithMeshUtils::IsUVChannelValid

Validates that the given UV Channel does not contain a degenerated triangle.

Windows
MacOS
Linux

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

Syntax

static bool IsUVChannelValid
(
    const FDatasmithMesh & DsMesh,
    const int32 Channel
)

Remarks

Validates that the given UV Channel does not contain a degenerated triangle.

Parameters

Parameter

Description

DSMesh

The DatasmithMesh to validate.

Channel

The UV channel to validate, starting at 0

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss