Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| Name | FVoxelBlendMeshesOp |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CompositionOps/VoxelBlendMeshesOp.h |
| Include Path | #include "CompositionOps/VoxelBlendMeshesOp.h" |
Syntax
class FVoxelBlendMeshesOp : public UE::Geometry::FVoxelBaseOp
Inheritance Hierarchy
- FDynamicMeshOperator → FVoxelBaseOp → FVoxelBlendMeshesOp
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FVoxelBlendMeshesOp() |
CompositionOps/VoxelBlendMeshesOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| BlendFalloff | double | CompositionOps/VoxelBlendMeshesOp.h | ||
| BlendPower | double | CompositionOps/VoxelBlendMeshesOp.h | ||
| bRemoveInternalsAfterVoxWrap | bool | CompositionOps/VoxelBlendMeshesOp.h | ||
| bSubtract | bool | CompositionOps/VoxelBlendMeshesOp.h | ||
| bVoxWrap | bool | CompositionOps/VoxelBlendMeshesOp.h | ||
| Meshes | TArray< TSharedPtr< const FDynamicMesh3, ESPMode::ThreadSafe > > | Inputs | CompositionOps/VoxelBlendMeshesOp.h | |
| ThickenShells | double | CompositionOps/VoxelBlendMeshesOp.h | ||
| Transforms | TArray< FTransform > | CompositionOps/VoxelBlendMeshesOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetTransform
(
const FTransformSRT3d& Transform |
CompositionOps/VoxelBlendMeshesOp.h |
Overridden from FDynamicMeshOperator
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CalculateResult
(
FProgressCancel* Progress |
FDynamicMeshOperator implementation | CompositionOps/VoxelBlendMeshesOp.h |