Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TDynamicMeshTriangleAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GetValue
(
int TriangleID, |
Get the element at a given index | DynamicMesh/DynamicMeshTriangleAttribute.h | |
void GetValue
(
int TriangleID, |
Get the element at a given index | DynamicMesh/DynamicMeshTriangleAttribute.h |
GetValue(int, AttribValueType *)
Description
Get the element at a given index
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshTriangleAttribute.h |
| Include Path | #include "DynamicMesh/DynamicMeshTriangleAttribute.h" |
void GetValue
(
int TriangleID,
AttribValueType * Data
) const
GetValue(int, AsType &)
Description
Get the element at a given index
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshTriangleAttribute.h |
| Include Path | #include "DynamicMesh/DynamicMeshTriangleAttribute.h" |
template<typename AsType>
void GetValue
(
int TriangleID,
AsType & Data
) const