Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh > API/Runtime/GeometryCore/DynamicMesh/TDynamicMeshOverlay
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshOverlay.h |
| Include | #include "DynamicMesh/DynamicMeshOverlay.h" |
template<typename AsType>
void GetElementAtVertex
&40;
int TriangleID,
int VertexID,
AsType & Data
&41; const
Remarks
Get the Element value associated with a vertex of a triangle.
Parameters
| Name | Description |
|---|---|
| TriangleID | ID of a triangle containing the Element |
| VertexID | ID of the Element's parent vertex |
| Data | Value contained at the Element |