Navigation
API > API/Plugins > API/Plugins/UVEditorTools
| Name | UUVEditorLayoutTool |
| Type | class |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorLayoutTool.h |
| Include Path | #include "UVEditorLayoutTool.h" |
Syntax
UCLASS ()
class UUVEditorLayoutTool :
public UInteractiveTool ,
public IUVToolSupportsSelection
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → UUVEditorLayoutTool
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void SetTargets
(
const TArray< TObjectPtr< UUVEditorToolMeshInput > >& TargetsIn |
The tool will operate on the meshes given here. | UVEditorLayoutTool.h |
Overridden from UInteractiveTool
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanAccept() |
UVEditorLayoutTool.h | ||
virtual bool HasAccept() |
UVEditorLayoutTool.h | ||
virtual bool HasCancel() |
UVEditorLayoutTool.h | ||
| UVEditorLayoutTool.h | |||
virtual void OnTick
(
float DeltaTime |
UVEditorLayoutTool.h | ||
virtual void Setup() |
UVEditorLayoutTool.h | ||
virtual void Shutdown
(
EToolShutdownType ShutdownType |
UVEditorLayoutTool.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RecordAnalytics() |
UVEditorLayoutTool.h |