Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UMeshSpaceDeformerToolProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshSpaceDeformerTool.h |
| Include | #include "MeshSpaceDeformerTool.h" |
Syntax
UCLASS&40;&41;
class UMeshSpaceDeformerToolProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bAlignToNormalOnCtrlClick | When true, Ctrl+click not only moves the gizmo to the clicked location, but also aligns the Z axis with the normal at that point. | |
| bool | bDrawVisualization | ||
| EditConditionHides float | BendDegrees | ||
| EditConditionHides bool | bLockBottom | ||
| bool | bLockXAndYFlaring | If true, flaring is applied along the gizmo X and Y axis the same amount. | |
| bool | bShowOriginalMesh | ||
| EditCondition | A line along the Z axis of the gizmo from lower bound to upper bound will be bent into a perfect arc of this many degrees in the direction of the Y axis without changing length. | ||
| EditConditionHides float | FlarePercentX | ||
| EditConditionHides float | FlarePercentY | ||
| EFlareProfileType | FlareProfileType | Determines the profile used as a displacement | |
| float | LowerBoundsInterval | The lower bound to the region of space which the operation will affect. | |
| ENonlinearOperationType | SelectedOperationType | ||
| EditConditionHides float | TwistDegrees | ||
| float | UpperBoundsInterval | The upper bound to the region of space which the operation will affect. |