EDynamicMeshTangentCalcType

Tangent calculation modes

Windows
MacOS
Linux

References

Module

ModelingComponents

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingComponents/Public/BaseDynamicMeshComponent.h

Include

#include "BaseDynamicMeshComponent.h"

Syntax

enum EDynamicMeshTangentCalcType
{
    NoTangents,
    AutoCalculated,
    ExternallyCalculated,
}

Values

Name

Description

NoTangents

Tangents are not used/available, proceed accordingly (eg generate arbitrary orthogonal basis)

AutoCalculated

Tangents should be automatically calculated on demand

ExternallyCalculated

Tangents are externally calculated (behavior undefined if they are not actually externally calculated!)

Remarks

Tangent calculation modes

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