Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/FDynamicMeshAttributeSet > API/Runtime/GeometryCore/DynamicMesh/FDynamicMeshAttributeSet/IsSeamEdge
Deprecated * Please instead call the 4 argument version of IsSeamEdge, which distinguishes between tangent and normal seam edges.
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshAttributeSet.h |
| Include | #include "DynamicMesh/DynamicMeshAttributeSet.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMeshAttributeSet.cpp |
virtual bool IsSeamEdge
&40;
int EdgeID,
bool & bIsUVSeamOut,
bool & bIsNormalSeamOut,
bool & bIsColorSeamOut
&41; const
true if the given edge is a seam edge in any overlay. This version considers tangent seams as a type of normal seam; to consider tangent seams separately, call the 4-argument IsSeamEdge instead.