Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp > API/Plugins/MeshModelingToolsExp/Polymodeling
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- UInteractiveTool
- USingleSelectionTool
- USingleTargetWithSelectionTool
- UOffsetMeshSelectionTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/Polymodeling/OffsetMeshSelectionTool.h |
| Include | #include "Polymodeling/OffsetMeshSelectionTool.h" |
Syntax
UCLASS ()
class UOffsetMeshSelectionTool : public USingleTargetWithSelectionTool
Variables
| Type | Name | Description | |
|---|---|---|---|
| UE::Geometry::FDynamicMesh3 | CurrentMesh | ||
| TObjectPtr< UMeshOpPreviewWithBackgroundCompute > | EditCompute | ||
| UE::Geometry::FDynamicMesh3 | EditRegionMesh | ||
| TSharedPtr< UE::Geometry::FSharedConstDynamicMesh3 > | EditRegionSharedMesh | ||
| UE::Geometry::FFrame3d | InitialFrameLocal | ||
| UE::Geometry::FFrame3d | InitialFrameWorld | ||
| FVector3d | LocalScale | ||
| int32 | MaxMaterialID | ||
| TSet< int32 > | ModifiedROI | ||
| UE::Geometry::FFrame3d | OffsetFrameLocal | ||
| UE::Geometry::FFrame3d | OffsetFrameWorld | ||
| TObjectPtr< UOffsetMeshSelectionToolProperties > | OffsetProperties | ||
| TArray< int32 > | OffsetROI | ||
| TPimplPtr< FOffsetMeshSelectionOpFactory > | OperatorFactory | ||
| TSet< int32 > | RegionBorderTris | ||
| TSet< int32 > | RegionOffsetROI | ||
| TPimplPtr< UE::Geometry::FMeshRegionOperator > | RegionOperator | ||
| FBox | SelectionBoundsWorld | ||
| UE::Geometry::FFrame3d | SelectionFrameLocal | ||
| TObjectPtr< UPreviewMesh > | SourcePreview | ||
| UE::Geometry::FTransformSRT3d | WorldTransform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void |
Overridden from USingleTargetWithSelectionTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | HasAccept () |
||
| bool | HasCancel () |
||
| void | OnTick
(
float DeltaTime |
Allow the Tool to do any necessary processing on Tick | |
| void | Render
(
IToolsContextRenderAPI* RenderAPI |
Allow the Tool to do any custom drawing (ie via PDI/RHI) | |
| void | Setup () |
Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called |
Overridden from IInteractiveToolCameraFocusAPI
| Type | Name | Description | |
|---|---|---|---|
| FBox | IInteractiveToolCameraFocusAPI implementation. |
Typedefs
| Name | Description |
|---|---|
| FFrame3d |