FMirrorOp

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

ModelingOperators

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/ModelingOperators/Public/CompositionOps/MirrorOp.h

Include

#include "CompositionOps/MirrorOp.h"

Syntax

class FMirrorOp : public FDynamicMeshOperator

Variables

Name Description

Public variable

bool

 

bAllowBowtieVertexCreation

Whether, when welding, new bowtie vertex creation should be allowed.

Public variable

bool

 

bAppendToOriginal

If true, the mirrored portion is appended to the original.

Public variable

bool

 

bCropFirst

Whether to crop the result first along the plane.

Public variable

bool

 

bWeldAlongPlane

Whether vertices on the mirror plane should be welded. Only relevant if bAppendToOriginal is true.

Public variable

FVector3d

 

LocalPlaneNormal

Public variable

FVector3d

 

LocalPlaneOrigin

Public variable

TSharedPtr< con...

 

OriginalMesh

Inputs.

Public variable

double

 

PlaneTolerance

Tolerance to use when bCropFirst or bWeldAlongPlane is true.

Destructors

Name Description

Public function Virtual

~FMirrorOp()

Functions

Name Description

Public function

void

 

SetTransform

(
    const FTransform& Transform
)

Overridden from FDynamicMeshOperator

Name Description

Public function Virtual

void

 

CalculateResult

(
    FProgressCancel* Progress
)

FDynamicMeshOperator implementation

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss