Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/BaseTools/SingleSelectionMeshEditingTool.h |
Include |
#include "BaseTools/SingleSelectionMeshEditingTool.h" |
UCLASS(Transient, Abstract)
class USingleSelectionMeshEditingToolBuilder : public UInteractiveToolWithToolTargetsBuilder
USingleSelectionMeshEditingToolBuilder is a base tool builder for single selection tools that define a common set of ToolTarget interfaces required for editing meshes.
Name | Description | ||
---|---|---|---|
|
USingleSelec... |
CreateNewTool ( |
|
|
InitializeNewTool ( |
Called by BuildTool to configure the Tool with the input MeshSource based on the SceneState |
|
|
WantsInputSelectionIfAvailable() |
Name | Description | ||
---|---|---|---|
|
const FToolT... |
GetTargetRequirements() |
Gives the target requirements of the associated tool. |
Name | Description | ||
---|---|---|---|
|
UInteractive... |
BuildTool ( |
Create a new instance of this builder's Tool |
|
CanBuildTool ( |
Check if, given the current scene state, a new instance of this builder's Tool can be created |