Navigation
API > API/Plugins > API/Plugins/GeometryMode
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGeomModifier
- UGeomModifier_Edit
- UGeomModifier_Lathe
References
| Module | GeometryMode |
| Header | /Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Classes/GeomModifier_Lathe.h |
| Include | #include "GeomModifier_Lathe.h" |
Syntax
UCLASS&40;&41;
class UGeomModifier_Lathe : public UGeomModifier_Edit
Remarks
Revolves selected polygons around the pivot point.
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32: 1 | AlignToSide | ||
| TEnumAsByte< EAxis::Type > | Axis | The axis of rotation to use when creating the brush. | |
| int32 | Segments | ||
| int32 | TotalSegments |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UGeomModifier_Lathe
(
const FObjectInitializer& ObjectInitializer |
Overridden from UGeomModifier
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Gives the individual modifiers a chance to do something the first time they are activated. | |
| bool | OnApply () |
Implements the modifier application. | |
| bool |