Navigation
API > API/Plugins > API/Plugins/GeometryMode
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UGeomModifier
- UGeomModifier_Edit
- UGeomModifier_Delete
References
| Module | GeometryMode |
| Header | /Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Classes/GeomModifier_Delete.h |
| Include | #include "GeomModifier_Delete.h" |
Syntax
UCLASS&40;&41;
class UGeomModifier_Delete : public UGeomModifier_Edit
Remarks
Deletes selected objects.
Constructors
| Type | Name | Description | |
|---|---|---|---|
UGeomModifier_Delete
(
const FObjectInitializer& ObjectInitializer |
Overridden from UGeomModifier
| Type | Name | Description | |
|---|---|---|---|
| bool | OnApply () |
Implements the modifier application. | |
| bool |