Navigation
API > API/Plugins > API/Plugins/GeometryMode
Deletes selected objects.
| Name | UGeomModifier_Delete |
| Type | class |
| Header File | /Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Classes/GeomModifier_Delete.h |
| Include Path | #include "GeomModifier_Delete.h" |
Syntax
UCLASS ()
class UGeomModifier_Delete : public UGeomModifier_Edit
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGeomModifier → UGeomModifier_Edit → UGeomModifier_Delete
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UGeomModifier_Delete
(
const FObjectInitializer& ObjectInitializer |
GeomModifier_Delete.h |
Functions
Public
Overridden from UGeomModifier
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool SupportsCurrentSelection() |
GeomModifier_Delete.h |
Protected
Overridden from UGeomModifier
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool OnApply() |
Implements the modifier application. | GeomModifier_Delete.h |