UUVLayoutToolBuilder::BuildTool

Create a new instance of this builder's Tool

Windows
MacOS
Linux

Override Hierarchy

UInteractiveToolBuilder::BuildTool()

UUVLayoutToolBuilder::BuildTool()

References

Module

MeshModelingToolsEditorOnly

Header

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Public/UVLayoutTool.h

Include

#include "UVLayoutTool.h"

Source

/Engine/Plugins/Experimental/MeshModelingToolset/Source/MeshModelingToolsEditorOnly/Private/UVLayoutTool.cpp

Syntax

virtual UInteractiveTool * BuildTool
(
    const FToolBuilderState & SceneState
) const

Remarks

Create a new instance of this builder's Tool

Returns

a new instance of the Tool, or nullptr on error/failure

Parameters

Parameter

Description

SceneState

the current scene selection state, etc

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss