EMeshTangentsType

Windows
MacOS
Linux

References

Module

ModelingOperatorsEditorOnly

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingOperatorsEditorOnly/Public/ParameterizationOps/CalculateTangentsOp.h

Include

#include "ParameterizationOps/CalculateTangentsOp.h"

Syntax

enum EMeshTangentsType
{
    MikkTSpace        = 0,
    FastMikkTSpace    = 1,
    PerTriangle       = 2,
    CopyExisting      = 3,
}

Values

Name

Description

MikkTSpace

Standard MikkTSpace Tangent Calculation

FastMikkTSpace

MikkT-like Blended Per-Triangle Tangents, with Blending based on existing Mesh/UV/Normal Topology

PerTriangle

Project per-triangle Tangents projected onto Normals

CopyExisting

Use Source Mesh Tangents

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