Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TDynamicMeshVectorOverlay
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int AppendElement
(
const VectorType& Value |
Append a new Element to the overlay | DynamicMesh/DynamicMeshOverlay.h | |
int AppendElement
(
const RealType* Value |
Append a new Element to the overlay | DynamicMesh/DynamicMeshOverlay.h |
AppendElement(const VectorType &)
Description
Append a new Element to the overlay
| Name | AppendElement |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshOverlay.h |
| Include Path | #include "DynamicMesh/DynamicMeshOverlay.h" |
int AppendElement
(
const VectorType & Value
)
AppendElement(const RealType *)
Description
Append a new Element to the overlay
| Name | AppendElement |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshOverlay.h |
| Include Path | #include "DynamicMesh/DynamicMeshOverlay.h" |
int AppendElement
(
const RealType * Value
)