Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | UMeshSpaceDeformerToolActionPropertySet |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/MeshSpaceDeformerTool.h |
| Include Path | #include "MeshSpaceDeformerTool.h" |
Syntax
UCLASS (MinimalAPI)
class UMeshSpaceDeformerToolActionPropertySet : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UMeshSpaceDeformerToolActionPropertySet
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UMeshSpaceDeformerToolActionPropertySet
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ParentTool | TWeakObjectPtr< UMeshSpaceDeformerTool > | MeshSpaceDeformerTool.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Initialize
(
UMeshSpaceDeformerTool* ParentToolIn |
MeshSpaceDeformerTool.h | ||
void PostAction
(
EMeshSpaceDeformerToolAction Action |
MeshSpaceDeformerTool.h | ||
void ShiftToCenter() |
Move the gizmo to the center of the object without changing the orientation. | MeshSpaceDeformerTool.h |
|