Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Mesh Offsetting Tool
| Name | UOffsetMeshTool |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/OffsetMeshTool.h |
| Include Path | #include "OffsetMeshTool.h" |
Syntax
UCLASS (MinimalAPI)
class UOffsetMeshTool : public UBaseMeshProcessingTool
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → USingleSelectionTool → USingleTargetWithSelectionTool → UBaseMeshProcessingTool → UOffsetMeshTool
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UOffsetMeshTool() |
OffsetMeshTool.h |
Functions
Public
Overridden from UBaseMeshProcessingTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FText GetAcceptTransactionName() |
OffsetMeshTool.h | ||
virtual FText GetToolMessageString() |
OffsetMeshTool.h | ||
virtual bool HasMeshTopologyChanged() |
OffsetMeshTool.h | ||
virtual void InitializeProperties() |
OffsetMeshTool.h | ||
virtual bool RequiresInitialBoundaryLoops() |
OffsetMeshTool.h | ||
virtual bool RequiresInitialVtxNormals() |
OffsetMeshTool.h |
Overridden from USingleTargetWithSelectionTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnShutdown
(
EToolShutdownType ShutdownType |
OffsetMeshTool.h |
Overridden from IDynamicMeshOperatorFactory
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TUniquePtr< UE::Geometry::FDynamicMeshOperator > MakeNewOperator() |
OffsetMeshTool.h |