Navigation
API > API/Plugins > API/Plugins/UVEditorTools
Inheritance Hierarchy
- UObject
- IInputBehaviorSource
- UInteractiveTool
- UUVEditorBrushSelectTool
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorBrushSelectTool.h |
| Include | #include "UVEditorBrushSelectTool.h" |
Syntax
UCLASS ()
class UUVEditorBrushSelectTool :
public UInteractiveTool ,
public IInteractiveToolNestedAcceptCancelAPI ,
public IUVToolSupportsSelection ,
public IUVEditorGenericBuildableTool
Remarks
The brush select tool allows for brush selection of triangles on the unwrap or the live preview.
Overridden from UInteractiveTool
| Type | Name | Description | |
|---|---|---|---|
| bool | HasAccept () |
||
| bool | HasCancel () |
||
| 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 () |
UInteractiveTool. | |
| void | Shutdown
(
EToolShutdownType ShutdownType |
Called by ToolManager to shut down the Tool |
Overridden from IInteractiveToolNestedAcceptCancelAPI
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | Called by Editor levels to tell the implementor (eg Tool) to execute a nested Cancel action | ||
| bool | IInteractiveToolNestedAcceptCancelAPI. |
Overridden from IUVToolSupportsSelection
| Type | Name | Description | |
|---|---|---|---|
| bool | A tool that returns false here will have the unset element selections (ie selections of triangles that don't have associated UV's) cleared before its invocation. |
Overridden from IUVEditorGenericBuildableTool
| Type | Name | Description | |
|---|---|---|---|
| void | SetTargets
(
const TArray< TObjectPtr< UUVEditorToolMeshInput > >& TargetsIn |
IUVEditorGenericBuildableTool. |