Navigation
API > API/Plugins > API/Plugins/ModelingOperatorsEditorOnly
| Name | FVoxelMergeMeshesOp |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperatorsEditorOnly/Public/CompositionOps/VoxelMergeMeshesOp.h |
| Include Path | #include "CompositionOps/VoxelMergeMeshesOp.h" |
Syntax
class FVoxelMergeMeshesOp : public UE::Geometry::FDynamicMeshOperator
Inheritance Hierarchy
- FDynamicMeshOperator → FVoxelMergeMeshesOp
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FVoxelMergeMeshesOp() |
CompositionOps/VoxelMergeMeshesOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AdaptivityD | double | CompositionOps/VoxelMergeMeshesOp.h | ||
| bAutoSimplify | bool | CompositionOps/VoxelMergeMeshesOp.h | ||
| FastCollapseVoxelSizeMultipler | double | CompositionOps/VoxelMergeMeshesOp.h | ||
| IsoSurfaceD | double | CompositionOps/VoxelMergeMeshesOp.h | ||
| Meshes | TArray< TSharedPtr< const FDynamicMesh3, ESPMode::ThreadSafe > > | Inputs | CompositionOps/VoxelMergeMeshesOp.h | |
| NumFastCollapsePasses | int | CompositionOps/VoxelMergeMeshesOp.h | ||
| Transforms | TArray< FTransformSRT3d > | CompositionOps/VoxelMergeMeshesOp.h | ||
| VoxelCount | int32 | CompositionOps/VoxelMergeMeshesOp.h | ||
| VoxelSizeD | double | CompositionOps/VoxelMergeMeshesOp.h |
Functions
Public
Overridden from FDynamicMeshOperator
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CalculateResult
(
FProgressCancel* Progress |
FDynamicMeshOperator implementation | CompositionOps/VoxelMergeMeshesOp.h |