Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/ModelingOperators.h |
Include |
#include "ModelingOperators.h" |
class FDynamicMeshOperator
FDynamicMeshOperator is a base interface for operator implementations that can produce a FDynamicMesh3 with associated FTransform3d. This class exists so we can write generic code that works with any type of mesh operation of this style.
Name | Description | ||
---|---|---|---|
|
ResultInfo |
||
|
TUniquePtr< FDy... |
ResultMesh |
|
|
ResultTransform |
Name | Description | |
---|---|---|
|
FDynamicMeshOperator() |
Name | Description | |
---|---|---|
|
~FDynamicMeshOperator() |
Name | Description | ||
---|---|---|---|
|
CalculateResult ( |
Calculate the result of the operator. This will populate the internal Mesh and Transform. |
|
|
TUniquePtr< ... |
ExtractResult() |
|
|
const FGeome... |
GetResultInfo() |
|
|
const FTrans... |
GetResultTransform() |
|
|
SetResultInfo ( |
Set the output information |
|
|
SetResultTransform ( |
Set the output transform |