Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
| Name | UTransformMeshesTool |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/TransformMeshesTool.h |
| Include Path | #include "TransformMeshesTool.h" |
Syntax
UCLASS (MinimalAPI)
class UTransformMeshesTool :
public UMultiSelectionMeshEditingTool ,
public IClickDragBehaviorTarget ,
public IInteractiveToolManageGeometrySelectionAPI
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → UMultiSelectionTool → UMultiSelectionMeshEditingTool → UTransformMeshesTool
Implements Interfaces
- IClickDragBehaviorTarget
- IModifierToggleBehaviorTarget
- IInputBehaviorSource
- IInteractiveToolCameraFocusAPI
- IInteractiveToolManageGeometrySelectionAPI
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UTransformMeshesTool() |
TransformMeshesTool.h |
Functions
Public
Overridden from UMultiSelectionMeshEditingTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
TransformMeshesTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanAccept() |
TransformMeshesTool.h | ||
virtual bool HasAccept() |
TransformMeshesTool.h | ||
virtual bool HasCancel() |
TransformMeshesTool.h | ||
virtual void RegisterActions
(
FInteractiveToolActionSet& ActionSet |
TransformMeshesTool.h | ||
virtual void Render
(
IToolsContextRenderAPI* RenderAPI |
TransformMeshesTool.h | ||
virtual void Setup() |
TransformMeshesTool.h |
Overridden from IClickDragBehaviorTarget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FInputRayHit CanBeginClickDragSequence
(
const FInputDeviceRay& PressPos |
TransformMeshesTool.h | ||
virtual void OnClickDrag
(
const FInputDeviceRay& DragPos |
TransformMeshesTool.h | ||
virtual void OnClickPress
(
const FInputDeviceRay& PressPos |
TransformMeshesTool.h | ||
virtual void OnClickRelease
(
const FInputDeviceRay& ReleasePos |
TransformMeshesTool.h | ||
virtual void OnTerminateDragSequence() |
TransformMeshesTool.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. | TransformMeshesTool.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void OnParametersUpdated() |
TransformMeshesTool.h | ||
void ResetActiveGizmos() |
TransformMeshesTool.h | ||
void SetActiveGizmos_PerObject() |
TransformMeshesTool.h | ||
void SetActiveGizmos_Single
(
bool bLocalRotations |
TransformMeshesTool.h | ||
void UpdateSetPivotModes
(
bool bEnableSetPivot |
TransformMeshesTool.h | ||
void UpdateTransformMode
(
ETransformMeshesTransformMode NewMode |
TransformMeshesTool.h |