Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| Name | FGenerateCrossSectionOp |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CurveOps/GenerateCrossSectionOp.h |
| Include Path | #include "CurveOps/GenerateCrossSectionOp.h" |
Syntax
class FGenerateCrossSectionOp : public UE::Geometry::FDynamicMeshOperator
Inheritance Hierarchy
- FDynamicMeshOperator → FGenerateCrossSectionOp
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FGenerateCrossSectionOp() |
CurveOps/GenerateCrossSectionOp.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSimplifyAlongNewEdges | bool | CurveOps/GenerateCrossSectionOp.h | ||
| InputMesh | TSharedPtr< const FDynamicMesh3, ESPMode::ThreadSafe > | CurveOps/GenerateCrossSectionOp.h | ||
| LocalPlaneNormal | FVector3d | CurveOps/GenerateCrossSectionOp.h | ||
| LocalPlaneOrigin | FVector3d | Inputs | CurveOps/GenerateCrossSectionOp.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MeshCutter | TUniquePtr< FMeshPlaneCut > | CurveOps/GenerateCrossSectionOp.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| CurveOps/GenerateCrossSectionOp.h | |||
| CurveOps/GenerateCrossSectionOp.h | |||
void SetTransform
(
const FTransformSRT3d& Transform |
CurveOps/GenerateCrossSectionOp.h |
Overridden from FDynamicMeshOperator
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void CalculateResult
(
FProgressCancel* Progress |
FDynamicMeshOperator implementation | CurveOps/GenerateCrossSectionOp.h |