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
Derived Classes
Destructors
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
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
static FVector3d GetAverageTranslation
(
TArrayView< const TransformType > Transforms
)
|
|
BaseOps/VoxelBaseOp.h |
|