Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TDynamicMeshVectorOverlay
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
VectorType GetElementAtVertex
(
int TriangleID, |
Get the Element value associated with a vertex of a triangle. | DynamicMesh/DynamicMeshOverlay.h | |
void GetElementAtVertex
(
int TriangleID, |
Get the Element value associated with a vertex of a triangle. | DynamicMesh/DynamicMeshOverlay.h |
GetElementAtVertex(int, int)
Description
Get the Element value associated with a vertex of a triangle.
| Name | GetElementAtVertex |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshOverlay.h |
| Include Path | #include "DynamicMesh/DynamicMeshOverlay.h" |
VectorType GetElementAtVertex
(
int TriangleID,
int VertexID
) const
GetElementAtVertex(int, int, VectorType &)
Description
Get the Element value associated with a vertex of a triangle.
| Name | GetElementAtVertex |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshOverlay.h |
| Include Path | #include "DynamicMesh/DynamicMeshOverlay.h" |
void GetElementAtVertex
(
int TriangleID,
int VertexID,
VectorType & V
) const