Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- USingleSelectionTool
- UMeshSurfacePointTool
- UDynamicMeshSculptTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/DynamicMeshSculptTool.h |
| Include | #include "DynamicMeshSculptTool.h" |
Syntax
UCLASS&40;&41;
class UDynamicMeshSculptTool : public UMeshSurfacePointTool
Remarks
Dynamic Mesh Sculpt Tool Class
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UDynamicMeshBrushProperties > | BrushProperties | Properties that control brush size/etc | |
| TObjectPtr< UFixedPlaneBrushProperties > | GizmoProperties | ||
| TObjectPtr< UKelvinBrushProperties > | KelvinBrushProperties | ||
| TObjectPtr< UBrushRemeshProperties > | RemeshProperties | Properties that control dynamic remeshing | |
| TObjectPtr< USculptMaxBrushProperties > | SculptMaxBrushProperties | ||
| TObjectPtr< UDynamicMeshBrushSculptProperties > | SculptProperties | Properties that control sculpting | |
| TObjectPtr< UDynamicSculptToolActions > | SculptToolActions | ||
| TObjectPtr< UMeshEditingViewProperties > | ViewProperties |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| void | |||
| void | |||
| bool | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | |||
| void | SetEnableRemeshing
(
bool bEnable |
||
| void |
Overridden from UMeshSurfacePointTool
| Type | Name | Description | |
|---|---|---|---|
| bool | HitTest
(
const FRay& Ray, |
||
| void | OnBeginDrag
(
const FRay& Ray |
This function is called when the user begins a click-drag-release interaction | |
| void | OnEndDrag
(
const FRay& Ray |
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 | OnPropertyModified
(
UObject* PropertySet, |
Automatically called by UInteractiveToolPropertySet.OnModified delegate to notify Tool of child property set changes | |
| void | OnTick
(
float DeltaTime |
Allow the Tool to do any necessary processing on Tick | |
| void | RegisterActions
(
FInteractiveToolActionSet& ActionSet |
Override this function to register the set of Actions this Tool supports, using FInteractiveToolActionSet::RegisterAction. | |
| void | Render
(
IToolsContextRenderAPI* RenderAPI |
Allow the Tool to do any custom drawing (ie via PDI/RHI) | |
| void | Setup () |
Register InputBehaviors, etc | |
| void | Shutdown
(
EToolShutdownType ShutdownType |
Called by ToolManager to shut down the Tool |
Overridden from IInteractiveToolCameraFocusAPI
| Type | Name | Description | |
|---|---|---|---|
| FBox | IInteractiveToolCameraFocusAPI override to focus on brush w/ 'F'. |
Overridden from IHoverBehaviorTarget
| Type | Name | Description | |
|---|---|---|---|
| FInputRayHit | BeginHoverSequenceHitTest
(
const FInputDeviceRay& PressPos |
Do hover hit-test | |
| bool | OnUpdateHover
(
const FInputDeviceRay& DevicePos |
Update active hover sequence with new input position |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EPendingWorkPlaneUpdate |
Typedefs
| Name | Description |
|---|---|
| FFrame3d |