Navigation
API > API/Plugins > API/Plugins/GeometryMode
Widget manipulation of geometry.
| Name | FModeTool_GeometryModify |
| Type | class |
| Header File | /Engine/Plugins/Editor/GeometryMode/Source/GeometryMode/Public/GeometryEdMode.h |
| Include Path | #include "GeometryEdMode.h" |
Syntax
class FModeTool_GeometryModify : public FModeTool
Inheritance Hierarchy
- FModeTool → FModeTool_GeometryModify
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FModeTool_GeometryModify() |
GeometryEdMode.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| TModifierConstIterator | TArray< TObjectPtr< UGeomModifier > >::TConstIterator | GeometryEdMode.h | |
| TModifierIterator | TArray< TObjectPtr< UGeomModifier > >::TIterator | GeometryEdMode.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bGeomModified | bool | Used to track when actualy modification takes place | GeometryEdMode.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool BoxSelect
(
FBox& InBox, |
GeometryEdMode.h | ||
virtual void DrawHUD
(
FEditorViewportClient* ViewportClient, |
GeometryEdMode.h | ||
virtual bool EndModify() |
GeometryEdMode.h | ||
virtual void EndTrans() |
GeometryEdMode.h | ||
virtual bool FrustumSelect
(
const FConvexVolume& InFrustum, |
GeometryEdMode.h | ||
UGeomModifier * GetCurrentModifier() |
GeometryEdMode.h | ||
UGeomModifier * GetModifier
(
int32 Index |
GeometryEdMode.h | ||
const UGeomModifier * GetModifier
(
int32 Index |
GeometryEdMode.h | ||
virtual FString GetName() |
GeometryEdMode.h | ||
int32 GetNumModifiers() |
GeometryEdMode.h | ||
virtual bool InputDelta
(
FEditorViewportClient* InViewportClient, |
GeometryEdMode.h | ||
virtual bool InputKey
(
FEditorViewportClient* ViewportClient, |
GeometryEdMode.h | ||
TModifierConstIterator ModifierConstIterator() |
GeometryEdMode.h | ||
TModifierIterator ModifierIterator() |
GeometryEdMode.h | ||
virtual void Render
(
const FSceneView* View, |
GeometryEdMode.h | ||
virtual void SelectNone() |
GeometryEdMode.h | ||
void SetCurrentModifier
(
UGeomModifier* InModifier |
GeometryEdMode.h | ||
virtual bool StartModify() |
GeometryEdMode.h | ||
virtual void StartTrans() |
GeometryEdMode.h | ||
void StoreAllCurrentGeomSelections() |
Store the current geom selections for all geom objects | GeometryEdMode.h | |
virtual void Tick
(
FEditorViewportClient* ViewportClient, |
GeometryEdMode.h |