Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- FCommandChange
- FToolCommandChange
- FEditMeshPolygonsToolMeshChange
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/EditMeshPolygonsTool.h |
| Include | #include "EditMeshPolygonsTool.h" |
Syntax
class FEditMeshPolygonsToolMeshChange : public FToolCommandChange
Remarks
Wraps a FDynamicMeshChange so that it can be expired and so that other data structures in the tool can be updated. On apply/revert, the topology is rebuilt using stored extra corner vids.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< int32 > | ExtraCornerVidsAfter | ||
| TSet< int32 > | ExtraCornerVidsBefore | ||
| TUniquePtr< UE::Geometry::FDynamicMeshChange > | MeshChange |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FEditMeshPolygonsToolMeshChange
(
TUniquePtr< UE::Geometry::FDynamicMeshChange > MeshChangeIn |