Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/FDynamicMeshAttributeSet
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDynamicMeshNormalOverlay * PrimaryTangents () |
DynamicMesh/DynamicMeshAttributeSet.h | ||
const FDynamicMeshNormalOverlay * PrimaryTangents () |
DynamicMesh/DynamicMeshAttributeSet.h |
PrimaryTangents()
| Name | PrimaryTangents |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshAttributeSet.h |
| Include Path | #include "DynamicMesh/DynamicMeshAttributeSet.h" |
FDynamicMeshNormalOverlay * PrimaryTangents()
the primary tangent layer ( normal layer 1) if exists, else nullptr
PrimaryTangents()
| Name | PrimaryTangents |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshAttributeSet.h |
| Include Path | #include "DynamicMesh/DynamicMeshAttributeSet.h" |
const FDynamicMeshNormalOverlay * PrimaryTangents() const
the primary tangent layer ( normal layer 1) if exists, else nullptr