Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UMultiTargetWithSelectionTool
- IDynamicMeshOperatorFactory
- IInteractiveToolManageGeometrySelectionAPI
- UUVTransferTool
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/UVTransferTool.h |
| Include | #include "UVTransferTool.h" |
Syntax
UCLASS ()
class UUVTransferTool :
public UMultiTargetWithSelectionTool ,
public UE::Geometry::IDynamicMeshOperatorFactory ,
public IInteractiveToolManageGeometrySelectionAPI
Remarks
Tool that transfers UV data from a lower res mesh to a higher one. The lower resolution mesh is typically obtained by simplifying the destination mesh with a "use existing vertices" setting so that an easy correspondence between mesh vertices can be found.
Overridden from UMultiTargetWithSelectionTool
| Type | Name | Description | |
|---|---|---|---|
| void | OnShutdown
(
EToolShutdownType ShutdownType |
UMultiSelectionMeshEditingTool. |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | CanAccept () |
||
| 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 | Render
(
IToolsContextRenderAPI* RenderAPI |
Allow the Tool to do any custom drawing (ie via PDI/RHI) | |
| void | Setup () |
UInteractiveTool. |
Overridden from IDynamicMeshOperatorFactory
| Type | Name | Description | |
|---|---|---|---|
| TUniquePtr< UE::Geometry::FDynamicMeshOperator > | IDynamicMeshOperatorFactory. |
Overridden from IInteractiveToolManageGeometrySelectionAPI
| Type | Name | Description | |
|---|---|---|---|
| bool | IInteractiveToolManageGeometrySelectionAPI this tool won't update external geometry selection or change selection-relevant mesh IDs. |