Navigation
API > API/Plugins > API/Plugins/UVEditorToolsEditorOnly
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- UInteractiveTool
- UUVEditorParameterizeMeshTool
References
| Module | UVEditorToolsEditorOnly |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorToolsEditorOnly/Public/UVEditorParameterizeMeshTool.h |
| Include | #include "UVEditorParameterizeMeshTool.h" |
Syntax
UCLASS ()
class UUVEditorParameterizeMeshTool : public UInteractiveTool
Remarks
UParameterizeMeshTool automatically decomposes the input mesh into charts, solves for UVs, and then packs the resulting charts
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< TObjectPtr< UParameterizeMeshOperatorFactory > > | Factories | ||
| UE::Geometry::UVEditorAnalytics::FTargetAnalytics | InputTargetAnalytics | Analytics | |
| TObjectPtr< UParameterizeMeshToolPatchBuilderProperties > | PatchBuilderProperties | ||
| TObjectPtr< UPolygroupLayersProperties > | PolygroupLayerProperties | ||
| TObjectPtr< UParameterizeMeshToolProperties > | Settings | ||
| TArray< TObjectPtr< UUVEditorToolMeshInput > > | Targets | ||
| FDateTime | ToolStartTimeAnalytics | ||
| TObjectPtr< UParameterizeMeshToolUVAtlasProperties > | UVAtlasProperties | ||
| TObjectPtr< UParameterizeMeshToolXAtlasProperties > | XAtlasProperties |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | |||
| void | SetTargets
(
const TArray< TObjectPtr< UUVEditorToolMeshInput > >& TargetsIn |
The tool will operate on the meshes given here. |
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 | Setup () |
Called by ToolManager to initialize the Tool after ToolBuilder::BuildTool() has been called | |
| void | Shutdown
(
EToolShutdownType ShutdownType |
Called by ToolManager to shut down the Tool |