FMeshDescriptionToDynamicMesh::CopyTangents

Copy tangents from MeshDescription to a FMeshTangents instance.

Windows
MacOS
Linux

Warnings

  • Convert() must have been used to create the TargetMesh before calling this function

References

Module

MeshConversion

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/MeshConversion/Public/MeshDescriptionToDynamicMesh.h

Include

#include "MeshDescriptionToDynamicMesh.h"

Source

/Engine/Plugins/Experimental/GeometryProcessing/Source/MeshConversion/Private/MeshDescriptionToDynamicMesh.cpp

Syntax

void CopyTangents
(
    const FMeshDescription * SourceMesh,
    const FDynamicMesh3 * TargetMesh,
    TMeshTangents< float > * TangentsOut
)

Remarks

Copy tangents from MeshDescription to a FMeshTangents instance.

Convert() must have been used to create the TargetMesh before calling this function

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