Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- UMultiSelectionTool
- UMultiSelectionMeshEditingTool
- UMirrorTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MirrorTool.h |
| Include | #include "MirrorTool.h" |
Syntax
UCLASS&40;&41;
class UMirrorTool :
public UMultiSelectionMeshEditingTool,
public IModifierToggleBehaviorTarget
Remarks
Tool for mirroring one or more meshes across a plane.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FBox | CombinedBounds | ||
| TObjectPtr< UOnAcceptHandleSourcesProperties > | HandleSourcesProperties | ||
| TArray< TObjectPtr< UDynamicMeshReplacementChangeTarget > > | MeshesToMirror | ||
| FVector3d | MirrorPlaneNormal | ||
| FVector3d | MirrorPlaneOrigin | ||
| TObjectPtr< UCreateMeshObjectTypeProperties > | OutputTypeProperties | ||
| EMirrorToolAction | PendingAction | ||
| TObjectPtr< UConstructionPlaneMechanic > | PlaneMechanic | ||
| TArray< TObjectPtr< UMeshOpPreviewWithBackgroundCompute > > | Previews | ||
| TObjectPtr< UMirrorToolProperties > | Settings | ||
| TObjectPtr< UMirrorToolActionPropertySet > | ToolActions | ||
| friend | UMirrorOperatorFactory |
Constructors
| Type | Name | Description | |
|---|---|---|---|
UMirrorTool () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyAction
(
EMirrorToolAction ActionType |
||
| void | GenerateAsset
(
const TArray< FDynamicMeshOpResult >& Results |
||
| void | RequestAction
(
EMirrorToolAction ActionType |
||
| void |
Overridden from UMultiSelectionMeshEditingTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | CanAccept () |
||
| bool | HasAccept () |
||
| bool | HasCancel () |
||
| void | OnPropertyModified
(
UObject* PropertySet, |
Automatically called by UInteractiveToolPropertySet.OnModified delegate to notify Tool of child property set changes | |
| 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 IModifierToggleBehaviorTarget
| Type | Name | Description | |
|---|---|---|---|
| void | OnUpdateModifierState
(
int ModifierID, |
IClickSequenceBehaviorTarget implementation. |