Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Applies non-linear deformations to a mesh
| Name | UMeshSpaceDeformerTool |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/MeshSpaceDeformerTool.h |
| Include Path | #include "MeshSpaceDeformerTool.h" |
Syntax
UCLASS (MinimalAPI)
class UMeshSpaceDeformerTool :
public USingleSelectionMeshEditingTool ,
public IInteractiveToolManageGeometrySelectionAPI
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → USingleSelectionTool → USingleSelectionMeshEditingTool → UMeshSpaceDeformerTool
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UMeshSpaceDeformerTool() |
MeshSpaceDeformerTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RequestAction
(
EMeshSpaceDeformerToolAction ActionType |
MeshSpaceDeformerTool.h | ||
void UpdateOpParameters
(
UE::Geometry::FMeshSpaceDeformerOp& MeshSpaceDeformerOp |
Sync the parameters owned by the MeshSpaceDeformerOp | MeshSpaceDeformerTool.h |
Overridden from USingleSelectionMeshEditingTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
MeshSpaceDeformerTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanAccept() |
MeshSpaceDeformerTool.h | ||
virtual bool HasAccept() |
MeshSpaceDeformerTool.h | ||
virtual bool HasCancel() |
MeshSpaceDeformerTool.h | ||
| MeshSpaceDeformerTool.h | |||
virtual void OnTick
(
float DeltaTime |
MeshSpaceDeformerTool.h | ||
virtual void Render
(
IToolsContextRenderAPI* RenderAPI |
MeshSpaceDeformerTool.h | ||
virtual void Setup() |
MeshSpaceDeformerTool.h |
Overridden from IInteractiveToolManageGeometrySelectionAPI
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool IsInputSelectionValidOnOutput() |
IInteractiveToolManageGeometrySelectionAPI this tool won't update external geometry selection or change selection-relevant mesh IDs. | MeshSpaceDeformerTool.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ApplyAction
(
EMeshSpaceDeformerToolAction Action |
Apply clicked action. | MeshSpaceDeformerTool.h | |
void ApplyModifierGizmoValue
(
double Value |
MeshSpaceDeformerTool.h | ||
double GetModifierGizmoValue () |
These two functions translate to and from the modifier gizmo length to the relevant operator parameters. | MeshSpaceDeformerTool.h | |
void SetGizmoFrameFromWorldPos
(
const FVector& Position, |
MeshSpaceDeformerTool.h | ||
void TransformProxyChanged
(
UTransformProxy* Proxy, |
MeshSpaceDeformerTool.h | ||
void UpdatePreview() |
MeshSpaceDeformerTool.h |