UDrawAndRevolveToolBuilder::CanBuildTool

Check if, given the current scene state, a new instance of this builder's Tool can be created

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UInteractiveToolBuilder::CanBuildTool()

UDrawAndRevolveToolBuilder::CanBuildTool()

References

Module

MeshModelingTools

Header

/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/DrawAndRevolveTool.h

Include

#include "DrawAndRevolveTool.h"

Source

/Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Private/DrawAndRevolveTool.cpp

Syntax

virtual bool CanBuildTool
(
    const FToolBuilderState & SceneState
) const

Remarks

Check if, given the current scene state, a new instance of this builder's Tool can be created

Returns

true if a new Tool instance can be created

Parameters

Parameter

Description

SceneState

the current scene selection state, etc