Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | UMeshSymmetryProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/MeshVertexSculptTool.h |
| Include Path | #include "MeshVertexSculptTool.h" |
Syntax
UCLASS (MinimalAPI)
class UMeshSymmetryProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UMeshSymmetryProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UMeshSymmetryProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bEnableSymmetry | bool | Enable/Disable symmetric sculpting. | MeshVertexSculptTool.h |
|
| bSymmetryCanBeEnabled | bool | This flag is set/updated by the Tool to enable/disable the bEnableSymmetry toggle | MeshVertexSculptTool.h |
|