Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- USingleSelectionTool
- UMeshSurfacePointTool
- UDeformMeshPolygonsTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/DeformMeshPolygonsTool.h |
| Include | #include "DeformMeshPolygonsTool.h" |
Syntax
UCLASS&40;&41;
class UDeformMeshPolygonsTool : public UMeshSurfacePointTool
Variables
| Type | Name | Description | |
|---|---|---|---|
| FPlane | ActiveDragPlane | ||
| UE::Geometry::FFrame3d | ActiveSurfaceFrame | ||
| FMeshVertexChangeBuilder * | ActiveVertexChange | ||
| bool | bInDrag | True for the duration of UI click+drag. | |
| bool | bSpatialDirty | This is true when the spatial index needs to reflect a modification. | |
| bool | bUpdatePending | ||
| FViewCameraState | CameraState | Camera state at last render | |
| EGroupTopologyDeformationStrategy | DeformationStrategy | ||
| TObjectPtr< UDynamicMeshComponent > | DynamicMeshComponent | ||
| FToolDataVisualizer | HilightRenderer | ||
| FGroupTopologySelection | HilightSelection | Data for current drag | |
| TPimplPtr< FGroupTopologyLaplacianDeformer > | LaplacianDeformer | ||
| FVector | LastBrushPosLocal | ||
| FVector | LastHitPosWorld | ||
| FVector3d | LastMoveDelta | ||
| UE::Geometry::FGroupTopologyDeformer | LinearDeformer | The two deformer type options. | |
| UE::Geometry::FDynamicMeshAABBTree3 | MeshSpatial | ||
| FDelegateHandle | OnDynamicMeshComponentChangedHandle | ||
| FToolDataVisualizer | PolyEdgesRenderer | ||
| TObjectPtr< AInternalToolFrameworkActor > | PreviewMeshActor | ||
| UE::Geometry::FQuickAxisRotator | QuickAxisRotator | ||
| UE::Geometry::FQuickAxisTranslater | QuickAxisTranslater | ||
| UE::Geometry::FFrame3d | RotationStartFrame | ||
| FVector3d | RotationStartPointWorld | ||
| FVector | StartBrushPosLocal | ||
| FVector | StartHitNormalWorld | ||
| FVector | StartHitPosWorld | ||
| FGroupTopology | Topology | ||
| FGroupTopologySelector | TopoSelector | ||
| TObjectPtr< UDeformMeshPolygonsTransformProperties > | TransformProps | ||
| FRay | UpdateRay | ||
| float | VisualAngleSnapThreshold | ||
| FTransform3d | WorldTransform |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BeginChange () |
||
| void | |||
| void | |||
| void | |||
| void | EndChange () |
||
| UE::Geometry::FQuickTransformer * | |||
| UE::Geometry::FDynamicMeshAABBTree3 & | GetSpatial () |
||
| FGroupTopologySelector::FSelectionSettings | |||
| void | |||
| void | Realtime visualization | ||
| void | |||
| void | UpdateActiveSurfaceFrame
(
FGroupTopologySelection& Selection |
||
| void | UpdateChangeFromROI
(
bool bFinal |
||
| 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 IHoverBehaviorTarget
| Type | Name | Description | |
|---|---|---|---|
| bool | OnUpdateHover
(
const FInputDeviceRay& DevicePos |
Update active hover sequence with new input position |