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