Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- UInteractiveTool
- USingleSelectionTool
- UMeshSurfacePointTool
- UBaseBrushTool
- UDynamicMeshBrushTool
- USeamSculptTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/SeamSculptTool.h |
| Include | #include "SeamSculptTool.h" |
Syntax
UCLASS (Transient)
class USeamSculptTool :
public UDynamicMeshBrushTool ,
public IInteractiveToolManageGeometrySelectionAPI
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bPreviewGeometryNeedsUpdate | ||
| EActiveCaptureState | CaptureState | ||
| TArray< int32 > | CurDrawPath | ||
| FVector3d | CurrentSnapPositionLocal | ||
| int32 | CurrentSnapVertex | ||
| FVector3d | DrawPathStartPositionLocal | ||
| int32 | DrawPathStartVertex | ||
| TSharedPtr< FDynamicMesh3, ESPMode::ThreadSafe > | InputMesh | ||
| FTransform3d | MeshTransform | ||
| double | NormalOffset | ||
| TObjectPtr< UPreviewGeometry > | PreviewGeom | ||
| TObjectPtr< USeamSculptToolProperties > | Settings | ||
| UWorld * | TargetWorld |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ApplyStamp
(
const FBrushStampData& Stamp |
||
| void | |||
| void | |||
| void | |||
| void | |||
| void |
Overridden from UDynamicMeshBrushTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |
Subclasses can override these to customize behavior |
Overridden from UMeshSurfacePointTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnBeginDrag
(
const FRay& Ray |
UMeshSurfacePointTool implementation. | |
| void | This function is called when the user releases the button driving a click-drag-release interaction | ||
| void | OnUpdateDrag
(
const FRay& Ray |
This function is called each frame that the user is in a click-drag-release interaction |
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 () |
UInteractiveTool. |
Overridden from IHoverBehaviorTarget
| Type | Name | Description | |
|---|---|---|---|
| bool | OnUpdateHover
(
const FInputDeviceRay& DevicePos |
Update active hover sequence with new input position |
Overridden from IInteractiveToolManageGeometrySelectionAPI
| Type | Name | Description | |
|---|---|---|---|
| bool | IInteractiveToolManageGeometrySelectionAPI this tool won't update external geometry selection or change selection-relevant mesh IDs. |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EActiveCaptureState |