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