Navigation
Unreal Engine C++ API Reference > Plugins > ModelingOperators > CompositionOps
Inheritance Hierarchy
- FDynamicMeshOperator
- FVoxelBaseOp
- FVoxelMorphologyMeshesOp
References
Module | ModelingOperators |
Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CompositionOps/VoxelMorphologyMeshesOp.h |
Include | #include "CompositionOps/VoxelMorphologyMeshesOp.h" |
Syntax
class FVoxelMorphologyMeshesOp : public UE::Geometry::FVoxelBaseOp
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
bool | bRemoveInternalsAfterVoxWrap | |
![]() |
bool | bVoxWrapInput | |
![]() |
double | Distance | |
![]() |
TArray< TSharedPtr< const FDynamicMesh3, ESPMode::ThreadSafe > > | Meshes | Inputs |
![]() |
EMorphologyOperation | Operation | |
![]() |
double | ThickenShells | |
![]() |
TArray< FTransformSRT3d > | Transforms |
Destructors
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | SetTransform
(
const FTransformSRT3d& Transform |
Overridden from FDynamicMeshOperator
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | CalculateResult
(
FProgressCancel* Progress |
FDynamicMeshOperator implementation |