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