Navigation
API > API/Plugins > API/Plugins/ModelingOperators
| Name | UGenerateCrossSectionOpFactory |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingOperators/Public/CurveOps/GenerateCrossSectionOp.h |
| Include Path | #include "CurveOps/GenerateCrossSectionOp.h" |
Syntax
UCLASS (MinimalAPI)
class UGenerateCrossSectionOpFactory :
public UObject ,
public UE::Geometry::IDynamicMeshOperatorFactory
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UGenerateCrossSectionOpFactory
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bSimplifyAlongNewEdges | bool | CurveOps/GenerateCrossSectionOp.h | ||
| LocalPlaneNormal | FVector3d | CurveOps/GenerateCrossSectionOp.h | ||
| LocalPlaneOrigin | FVector3d | CurveOps/GenerateCrossSectionOp.h | ||
| OriginalMesh | TSharedPtr< UE::Geometry::FDynamicMesh3, ESPMode::ThreadSafe > | CurveOps/GenerateCrossSectionOp.h | ||
| TargetTransform | UE::Geometry::FTransformSRT3d | CurveOps/GenerateCrossSectionOp.h |
Functions
Public
Overridden from IDynamicMeshOperatorFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< UE::Geometry::FDynamicMeshOperator > MakeNewOperator() |
IDynamicMeshOperatorFactory API. | CurveOps/GenerateCrossSectionOp.h |