Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveTool
- USingleSelectionTool
- USingleTargetWithSelectionTool
- UUVProjectionTool
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/UVProjectionTool.h |
| Include | #include "UVProjectionTool.h" |
Remarks
UV projection tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| BasicProperties | |||
| bHavePendingAction | |||
| bInitialProportionalDimensions | |||
| bTransformModified | |||
| CachedDimensions | |||
| CameraState | |||
| CheckerMaterial | |||
| ClickToSetPlaneBehavior | |||
| DimensionsModeWatcher | |||
| DimensionsWatcher | |||
| EdgeRenderer | |||
| EditActions | |||
| InitialDimensions | |||
| InitialTransform | |||
| InputMesh | |||
| InputMeshROISpatial | |||
| MaterialSettings | |||
| OperatorFactory | |||
| PendingAction | |||
| Preview | |||
| ProjectionShapeVisualizer | |||
| SetPlaneCtrlClickBehaviorTarget | |||
| TransformGizmo | |||
| TransformProxy | |||
| TriangleROI | |||
| TriangleROISet | |||
| UUVProjectionOperatorFactory | |||
| UVChannelProperties | |||
| VertexROI | |||
| WorldBounds | |||
| WorldTransform |
Functions
| Type | Name | Description | |
|---|---|---|---|
ApplyAction () |
|||
CanAccept () |
|||
HasAccept () |
|||
HasCancel () |
|||
| Automatically called by UInteractiveToolPropertySet.OnModified delegate to notify Tool of child property set changes | |||
OnShutdown () |
|||
OnTick () |
Allow the Tool to do any necessary processing on Tick | ||
Render () |
Allow the Tool to do any custom drawing (ie via PDI/RHI) | ||
Setup () |
Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called | ||