Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Base properties of Offset
| Name | UOffsetMeshToolProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/OffsetMeshTool.h |
| Include Path | #include "OffsetMeshTool.h" |
Syntax
UCLASS (MinimalAPI)
class UOffsetMeshToolProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UOffsetMeshToolProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UOffsetMeshToolProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bCreateShell | bool | If true, create a thickened shell, instead of only moving the input vertices | OffsetMeshTool.h |
|
| Distance | float | Offset Distance in World Units | OffsetMeshTool.h |
|
| OffsetType | EOffsetMeshToolOffsetType | Type of Offsetting to apply | OffsetMeshTool.h |
|