Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/DynamicMesh
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/DynamicMesh/DynamicMeshChangeTracker.h |
| Include | #include "DynamicMesh/DynamicMeshChangeTracker.h" |
Syntax
class FDynamicMeshAttributeChangeSet
Remarks
FDynamicMeshAttributeChangeSet stores a set of UV and Normal changes for a FDynamicMesh3
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FDynamicMeshColorChange > | ColorChange | ||
| TOptional< FDynamicMeshTriGroupChange > | MaterialIDAttribChange | ||
| TArray< FDynamicMeshNormalChange > | NormalChanges | ||
| TArray< FDynamicMeshTriGroupChange > | PolygroupChanges | ||
| TArray< TUniquePtr< FDynamicMeshAttributeChangeBase > > | RegisteredAttributeChanges | ||
| TArray< FDynamicMeshUVChange > | UVChanges | ||
| TArray< TUniquePtr< FDynamicMeshAttributeChangeBase > > | WeightChanges |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Apply
(
FDynamicMeshAttributeSet* Attributes, |
Call ::Apply() on all the UV and Normal changes |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FDynamicMeshAttributeChangeSet & | operator=
(
const FDynamicMeshAttributeChangeSet& |
||
| FDynamicMeshAttributeChangeSet & |