Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TMeshTangents
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void CopyTriVertexTangents
(
const TMeshTangents< OtherRealType >& OtherTangents |
Initialize Tangents from other Tangents set | DynamicMesh/MeshTangents.h | |
bool CopyTriVertexTangents
(
const FDynamicMesh3& SourceMesh |
Initialize Tangents from the FDynamicMeshAttributeSet of SourceMesh | DynamicMesh/MeshTangents.h |
CopyTriVertexTangents(const TMeshTangents< OtherRealType > &)
Description
Initialize Tangents from other Tangents set
| Name | CopyTriVertexTangents |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/MeshTangents.h |
| Include Path | #include "DynamicMesh/MeshTangents.h" |
template<typename OtherRealType>
void CopyTriVertexTangents
(
const TMeshTangents < OtherRealType > & OtherTangents
)
CopyTriVertexTangents(const FDynamicMesh3 &)
Description
Initialize Tangents from the FDynamicMeshAttributeSet of SourceMesh
| Name | CopyTriVertexTangents |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/MeshTangents.h |
| Include Path | #include "DynamicMesh/MeshTangents.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/MeshTangents.cpp |
bool CopyTriVertexTangents
(
const FDynamicMesh3 & SourceMesh
)
false if tangent attributes do not exist