Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| Name | FMirrorOp |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CompositionOps/MirrorOp.h |
| Include Path | #include "CompositionOps/MirrorOp.h" |
Syntax
class FMirrorOp : public UE::Geometry::FDynamicMeshOperator
Inheritance Hierarchy
- FDynamicMeshOperator → FMirrorOp
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FMirrorOp() |
CompositionOps/MirrorOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllowBowtieVertexCreation | bool | Whether, when welding, new bowtie vertex creation should be allowed. | CompositionOps/MirrorOp.h | |
| bAppendToOriginal | bool | If true, the mirrored portion is appended to the original. | CompositionOps/MirrorOp.h | |
| bCropFirst | bool | Whether to crop the result first along the plane. | CompositionOps/MirrorOp.h | |
| bSimplifyAlongNewEdges | bool | Whether to locally simplify the new edges created when cropping along the plane. | CompositionOps/MirrorOp.h | |
| bWeldAlongPlane | bool | Whether vertices on the mirror plane should be welded. Only relevant if bAppendToOriginal is true. | CompositionOps/MirrorOp.h | |
| LocalPlaneNormal | FVector3d | CompositionOps/MirrorOp.h | ||
| LocalPlaneOrigin | FVector3d | CompositionOps/MirrorOp.h | ||
| OriginalMesh | TSharedPtr< const FDynamicMesh3, ESPMode::ThreadSafe > | Inputs. | CompositionOps/MirrorOp.h | |
| PlaneTolerance | double | Tolerance to use when bCropFirst or bWeldAlongPlane is true. | CompositionOps/MirrorOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetTransform
(
const FTransformSRT3d& Transform |
CompositionOps/MirrorOp.h |
Overridden from FDynamicMeshOperator
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CalculateResult
(
FProgressCancel* Progress |
FDynamicMeshOperator implementation | CompositionOps/MirrorOp.h |