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