Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| Name | FVoxelBaseOp |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/BaseOps/VoxelBaseOp.h |
| Include Path | #include "BaseOps/VoxelBaseOp.h" |
Syntax
class FVoxelBaseOp : public UE::Geometry::FDynamicMeshOperator
Inheritance Hierarchy
- FDynamicMeshOperator → FVoxelBaseOp
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FVoxelBaseOp() |
BaseOps/VoxelBaseOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAutoSimplify | bool | BaseOps/VoxelBaseOp.h | ||
| bRemoveInternalSurfaces | bool | BaseOps/VoxelBaseOp.h | ||
| InputVoxelCount | int | BaseOps/VoxelBaseOp.h | ||
| MinComponentArea | double | BaseOps/VoxelBaseOp.h | ||
| MinComponentVolume | double | Inputs | BaseOps/VoxelBaseOp.h | |
| OutputVoxelCount | int | BaseOps/VoxelBaseOp.h | ||
| SimplifyMaxErrorFactor | double | BaseOps/VoxelBaseOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void PostProcessResult
(
FProgressCancel* Progress, |
BaseOps/VoxelBaseOp.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FVector3d GetAverageTranslation
(
TArrayView< const TransformType > Transforms |
BaseOps/VoxelBaseOp.h |