Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/TDynamicVertexAttribute
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Create an empty overlay | DynamicMesh/DynamicVertexAttribute.h | ||
TDynamicVertexAttribute
(
ParentType* ParentIn, |
Create an attribute for the given parent | DynamicMesh/DynamicVertexAttribute.h |
TDynamicVertexAttribute()
Description
Create an empty overlay
| Name | TDynamicVertexAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicVertexAttribute.h |
| Include Path | #include "DynamicMesh/DynamicVertexAttribute.h" |
TDynamicVertexAttribute()
TDynamicVertexAttribute(ParentType *, bool)
Description
Create an attribute for the given parent
| Name | TDynamicVertexAttribute |
| Type | function |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicVertexAttribute.h |
| Include Path | #include "DynamicMesh/DynamicVertexAttribute.h" |
TDynamicVertexAttribute
(
ParentType * ParentIn,
bool bAutoInit
)