Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | UDeformMeshPolygonsTransformProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/DeformMeshPolygonsTool.h |
| Include Path | #include "DeformMeshPolygonsTool.h" |
Syntax
UCLASS (MinimalAPI)
class UDeformMeshPolygonsTransformProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UDeformMeshPolygonsTransformProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UDeformMeshPolygonsTransformProperties
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UDeformMeshPolygonsTransformProperties() |
DeformMeshPolygonsTool.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bPostFixHandles | bool | DeformMeshPolygonsTool.h | ||
| bSelectEdges | bool | Allow for edges to be selected. | DeformMeshPolygonsTool.h |
|
| bSelectFaces | bool | Allow for faces (PolyGroups) to be selected. | DeformMeshPolygonsTool.h |
|
| bSelectVertices | bool | Allow for vertices to be selected. | DeformMeshPolygonsTool.h |
|
| bShowWireframe | bool | If true, overlays preview with wireframe. | DeformMeshPolygonsTool.h |
|
| DeformationStrategy | EGroupTopologyDeformationStrategy | Type of deformation used. | DeformMeshPolygonsTool.h |
|
| HandleWeight | double | DeformMeshPolygonsTool.h | ||
| SelectedWeightScheme | EWeightScheme | DeformMeshPolygonsTool.h | ||
| TransformMode | EQuickTransformerMode | Type of transformation used. | DeformMeshPolygonsTool.h |
|