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