Navigation
API > API/Plugins > API/Plugins/UVEditorTools
ToolBuilder
| Name | UUVEditorUVSnapshotToolBuilder |
| Type | class |
| Header File | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorUVSnapshotTool.h |
| Include Path | #include "UVEditorUVSnapshotTool.h" |
Syntax
UCLASS (MinimalAPI)
class UUVEditorUVSnapshotToolBuilder : public UInteractiveToolBuilder
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolBuilder → UUVEditorUVSnapshotToolBuilder
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Targets | const TArray< TObjectPtr< UUVEditorToolMeshInput > > * | This is a pointer so that it can be updated under the builder without having to set it in the mode after initializing targets. | UVEditorUVSnapshotTool.h |
Functions
Public
Overridden from UInteractiveToolBuilder
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UInteractiveTool * BuildTool
(
const FToolBuilderState& SceneState |
UVEditorUVSnapshotTool.h | ||
virtual bool CanBuildTool
(
const FToolBuilderState& SceneState |
UVEditorUVSnapshotTool.h |