Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TDynamicMeshOverlay
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int AppendElement
(
RealType ConstantValue |
Allocate a new element with the given constant value | DynamicMesh/DynamicMeshOverlay.h | |
int AppendElement
(
const RealType* Value |
Allocate a new element with the given value | DynamicMesh/DynamicMeshOverlay.h |
AppendElement(RealType)
Description
Allocate a new element with the given constant value
| Name | AppendElement |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshOverlay.h |
| Include Path | #include "DynamicMesh/DynamicMeshOverlay.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMeshOverlay.cpp |
int AppendElement
(
RealType ConstantValue
)
AppendElement(const RealType *)
Description
Allocate a new element with the given value
| Name | AppendElement |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshOverlay.h |
| Include Path | #include "DynamicMesh/DynamicMeshOverlay.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/DynamicMesh/DynamicMeshOverlay.cpp |
int AppendElement
(
const RealType * Value
)