Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh
Inheritance Hierarchy
- TDynamicAttributeChangeBase
- FDynamicMeshTriangleAttributeChange
- TDynamicVertexAttributeChange
- TDynamicVertexSkinWeightsAttributeChange
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicAttribute.h |
| Include | #include "DynamicMesh/DynamicAttribute.h" |
Syntax
template<typename ParentType>
class TDynamicAttributeChangeBase
Remarks
Generic base class for change tracking of an attribute layer
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Apply
(
TDynamicAttributeBase< ParentType >* Attribute, |
||
| void | SaveInitialTriangle
(
const TDynamicAttributeBase< ParentType >* Attribute, |
||
| void | SaveInitialVertex
(
const TDynamicAttributeBase< ParentType >* Attribute, |
||
| void | StoreAllFinalTriangles
(
const TDynamicAttributeBase< ParentType >* Attribute, |
||
| void | StoreAllFinalVertices
(
const TDynamicAttributeBase< ParentType >* Attribute, |