Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | UPolyEditInsetOutsetProperties |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/ToolActivities/PolyEditInsetOutsetActivity.h |
| Include Path | #include "ToolActivities/PolyEditInsetOutsetActivity.h" |
Syntax
UCLASS (MinimalAPI)
class UPolyEditInsetOutsetProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UPolyEditInsetOutsetProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UPolyEditInsetOutsetProperties
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bBoundaryOnly | bool | Controls whether operation will move interior vertices as well as border vertices | ToolActivities/PolyEditInsetOutsetActivity.h |
|
| bOutset | bool | ToolActivities/PolyEditInsetOutsetActivity.h | ||
| bReproject | bool | When insetting, determines whether vertices in inset region should be projected back onto input surface | ToolActivities/PolyEditInsetOutsetActivity.h |
|
| meta | Amount of smoothing applied to the boundary | ToolActivities/PolyEditInsetOutsetActivity.h |
|