Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Polymodeling
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- UInteractiveTool
- USingleSelectionTool
- USingleTargetWithSelectionTool
- UExtrudeMeshSelectionTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Polymodeling/ExtrudeMeshSelectionTool.h |
| Include | #include "Polymodeling/ExtrudeMeshSelectionTool.h" |
Syntax
UCLASS ()
class UExtrudeMeshSelectionTool : public USingleTargetWithSelectionTool
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | GizmoTransformChanged
(
UTransformProxy* Proxy, |
||
| void | |||
| void | UpdateInteractionMode
(
EExtrudeMeshSelectionInteractionMode InteractionMode |
||
| void |
Overridden from USingleTargetWithSelectionTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | HasAccept () |
||
| bool | HasCancel () |
||
| void | OnTick
(
float DeltaTime |
Allow the Tool to do any necessary processing on Tick | |
| void | Render
(
IToolsContextRenderAPI* RenderAPI |
Allow the Tool to do any custom drawing (ie via PDI/RHI) | |
| void | Setup () |
Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called |
Overridden from IInteractiveToolCameraFocusAPI
| Type | Name | Description | |
|---|---|---|---|
| FBox | IInteractiveToolCameraFocusAPI implementation. |
Typedefs
| Name | Description |
|---|---|
| FFrame3d |