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