Navigation
API > API/Plugins > API/Plugins/UVEditorTools
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- UInteractiveTool
- UUVEditorTransformTool
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorTransformTool.h |
| Include | #include "UVEditorTransformTool.h" |
Syntax
UCLASS ()
class UUVEditorTransformTool :
public UInteractiveTool ,
public IUVToolSupportsSelection
Variables
| Type | Name | Description | |
|---|---|---|---|
| TObjectPtr< UUVEditorTransformToolDisplayProperties > | DisplaySettings | ||
| TArray< TObjectPtr< UUVEditorUVTransformOperatorFactory > > | Factories | ||
| UE::Geometry::UVEditorAnalytics::FTargetAnalytics | InputTargetAnalytics | Analytics | |
| TArray< TArray< FVector2D > > | PerTargetPivotLocations | ||
| TObjectPtr< UUVEditorUVTransformPropertiesBase > | Settings | ||
| TArray< TObjectPtr< UUVEditorToolMeshInput > > | Targets | ||
| TOptional< EUVEditorUVTransformType > | ToolMode | ||
| FDateTime | ToolStartTimeAnalytics | ||
| TObjectPtr< UUVToolSelectionAPI > | UVToolSelectionAPI |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | |||
| void | SetTargets
(
const TArray< TObjectPtr< UUVEditorToolMeshInput > >& TargetsIn |
The tool will operate on the meshes given here. | |
| void | SetToolMode
(
const EUVEditorUVTransformType& Mode |
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | CanAccept () |
||
| void | DrawHUD
(
FCanvas* Canvas, |
Allow the Tool to do any custom screen space drawing | |
| 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 |