Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | UExtrudeMeshSelectionTool |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Polymodeling/ExtrudeMeshSelectionTool.h |
| Include Path | #include "Polymodeling/ExtrudeMeshSelectionTool.h" |
Syntax
UCLASS (MinimalAPI)
class UExtrudeMeshSelectionTool : public USingleTargetWithSelectionTool
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → USingleSelectionTool → USingleTargetWithSelectionTool → UExtrudeMeshSelectionTool
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UExtrudeMeshSelectionTool() |
Polymodeling/ExtrudeMeshSelectionTool.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FFrame3d | UE::Geometry::FFrame3d | Polymodeling/ExtrudeMeshSelectionTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTransform GetTransform() |
Polymodeling/ExtrudeMeshSelectionTool.h | ||
void SetTransform
(
const FTransform& NewTransform |
Polymodeling/ExtrudeMeshSelectionTool.h |
Overridden from USingleTargetWithSelectionTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
Polymodeling/ExtrudeMeshSelectionTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool HasAccept() |
Polymodeling/ExtrudeMeshSelectionTool.h | ||
virtual bool HasCancel() |
Polymodeling/ExtrudeMeshSelectionTool.h | ||
virtual void OnTick
(
float DeltaTime |
Polymodeling/ExtrudeMeshSelectionTool.h | ||
virtual void Render
(
IToolsContextRenderAPI* RenderAPI |
Polymodeling/ExtrudeMeshSelectionTool.h | ||
virtual void Setup() |
Polymodeling/ExtrudeMeshSelectionTool.h |
Overridden from IInteractiveToolCameraFocusAPI
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FBox GetWorldSpaceFocusBox() |
IInteractiveToolCameraFocusAPI implementation. | Polymodeling/ExtrudeMeshSelectionTool.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void GizmoTransformChanged
(
UTransformProxy* Proxy, |
Polymodeling/ExtrudeMeshSelectionTool.h | ||
void Initialize_GizmoMechanic() |
Polymodeling/ExtrudeMeshSelectionTool.h | ||
void UpdateInteractionMode
(
EExtrudeMeshSelectionInteractionMode InteractionMode |
Polymodeling/ExtrudeMeshSelectionTool.h | ||
void UpdateVisualizationSettings() |
Polymodeling/ExtrudeMeshSelectionTool.h |