Navigation
API > API/Runtime > API/Runtime/GeometryCore
| Name | TDynamicVertexSkinWeightsAttributeChange |
| Type | class |
| Header File | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicVertexSkinWeightsAttribute.h |
| Include Path | #include "DynamicMesh/DynamicVertexSkinWeightsAttribute.h" |
Syntax
template<typename ParentType>
class TDynamicVertexSkinWeightsAttributeChange : public UE::Geometry::TDynamicAttributeChangeBase< ParentType >
Inheritance Hierarchy
- TDynamicAttributeChangeBase → TDynamicVertexSkinWeightsAttributeChange
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TDynamicVertexSkinWeightsAttributeChange() |
DynamicMesh/DynamicVertexSkinWeightsAttribute.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~TDynamicVertexSkinWeightsAttributeChange() |
DynamicMesh/DynamicVertexSkinWeightsAttribute.h |
Structs
| Name | Remarks |
|---|---|
| FChangeVertexBoneWeights |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| NewVertexBoneWeights | TArray< FChangeVertexBoneWeights > | DynamicMesh/DynamicVertexSkinWeightsAttribute.h | ||
| OldVertexBoneWeights | TArray< FChangeVertexBoneWeights > | DynamicMesh/DynamicVertexSkinWeightsAttribute.h |
Functions
Public
Overridden from TDynamicAttributeChangeBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool Apply
(
TDynamicAttributeBase< ParentType >* Attribute, |
DynamicMesh/DynamicVertexSkinWeightsAttribute.h | ||
virtual void SaveInitialVertex
(
const TDynamicAttributeBase< ParentType >* Attribute, |
DynamicMesh/DynamicVertexSkinWeightsAttribute.h | ||
virtual void StoreAllFinalVertices
(
const TDynamicAttributeBase< ParentType >* Attribute, |
DynamicMesh/DynamicVertexSkinWeightsAttribute.h |