Navigation
API > API/Plugins > API/Plugins/GeometryMode
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGeomModifier
- UGeomModifier_Edit
- UGeomModifier_Extrude
References
| Module | GeometryMode |
| Header | /Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Classes/GeomModifier_Extrude.h |
| Include | #include "GeomModifier_Extrude.h" |
Syntax
UCLASS&40;&41;
class UGeomModifier_Extrude : public UGeomModifier_Edit
Variables
| Type | Name | Description | |
|---|---|---|---|
| int32 | Length | ||
| int32 | SaveCoordSystem | ||
| int32 | Segments |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UGeomModifier_Extrude
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Check the coordinates mode is local and warn the user with a suppressible dialog if it is not |
Overridden from UGeomModifier
| Type | Name | Description | |
|---|---|---|---|
| void | Initialize () |
Gives the individual modifiers a chance to do something the first time they are activated. | |
| bool | InputDelta
(
FEditorViewportClient* InViewportClient, |
||
| bool | OnApply () |
Implements the modifier application. | |
| bool | |||
| void | WasActivated () |
Gives the modifier a chance to initialize it's internal state when activated. | |
| void | Gives the modifier a chance to clean up when the user is switching away from it. |